Html Css Color HEX #5ABC9F Puerto Rico

📋 copy color: '#5ABC9F'

red 90 ◦ green 188 ◦ blue 159

#5ABC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #5ABC9F

Tints of Puerto Rico #5ABC9F

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 value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#5ABC9F (or 0x5ABC9F) is known color: 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

RGB 90 188 159 -
CMYK 0.52 0 0.15 0.26
HSL 162.24º 0.42% 0.55% -
HSV(B) 162.24º 0.52% 0.74% -
XYZ 28.46 40.64 39.15 -
YUV 155.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 90 188 159 0.52 0 0.15 0.26 162.24 0.42 0.55
Hex 5A BC 9F 34 0 F 1A A2 2A 37
Octal 132 274 237 64 0 17 32 242 52 67
Binary 1011010 10111100 10011111 110100 0 1111 11010 10100010 101010 110111

Color Harmonies of #5ABC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC9F

Black with #5ABC9F

Text Example


Text Example

White with #5ABC9F

Text Example


Text Example

HTML Codes & Css Web 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>