#5ABC9F

Color #5ABC9F Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5ABC9F

Tints of Puerto Rico #5ABC9F

Color information

#5ABC9F (or 0x5ABC9F) is unknown color: approx Puerto Rico. HEX triplet: 5A, BC and 9F. RGB value is (90,188,159). Sum of RGB (Red+Green+Blue) = 90+188+159=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC9F is #A54360. Grayscale: #9B9B9B. Windows color (decimal): -10830689 or 10468442. OLE color: 10468442.

HSL color Cylindrical-coordinate representation of color #5ABC9F: hue angle of 162.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC9F is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB90188159-
CMYK0.5200.150.26
HSL162.24º42.24%54.51%-
HSV(B)162.24º52.13%73.73%-
XYZ28.4640.6439.15-
YUV155.39130.0381.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 20.59%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=20.59%
G=43.02%
B=36.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901881590.5200.150.26162.2442.2454.51
Hex5ABC9F340F1Aa22a37
Octal13227423764017322425267
Binary10110101011110010011111110100011111101010100010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ABC9F; }

 p { color: rgb(90,188,159); }

 H1.HeaderClassName
 {
   color: #5ABC9F;
 }
 .AnyTagClassName
 {
   color: #5ABC9F;
 }
</style>
background-color css

<style>
 a { background-color: #5ABC9F; }

 a { background-color: rgb(90,188,159); }

 div.DivClassName
 {
   background-color: #5ABC9F;
 }
 .BgClassName
 {
   background-color: #5ABC9F;
 }
</style>
border-color css

<style>
 span { border-color: #5ABC9F; }

 span { border-color: rgb(90,188,159); }

 td.TdClassName
 {
   border-color: #5ABC9F;
 }
 .TagClassName
 {
   border-color: #5ABC9F;
 }
</style>