Html Css Color HEX #5AAB9F Puerto Rico

📋 copy color: '#5AAB9F'

red 90 ◦ green 171 ◦ blue 159

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

Shades of Puerto Rico #5AAB9F

Tints of Puerto Rico #5AAB9F

RGB

 RED value IS 90 (35.55% from 255) = 21.43%

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 21.43%
G = 40.71%
B = 37.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#5AAB9F (or 0x5AAB9F) is known color: Puerto Rico. HEX triplet: 5A, AB and 9F. RGB value is (90,171,159). Sum of RGB (Red+Green+Blue) = 90+171+159=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB9F is #A55460. Grayscale: #919191. Windows color (decimal): -10835041 or 10464090. OLE color: 10464090.

HSL color Cylindrical-coordinate representation of color #5AAB9F: hue angle of 171.11º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAB9F is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 159 -
CMYK 0.47 0 0.07 0.33
HSL 171.11º 0.33% 0.51% -
HSV(B) 171.11º 0.47% 0.67% -
XYZ 25.04 33.8 38.01 -
YUV 145.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 90 171 159 0.47 0 0.07 0.33 171.11 0.33 0.51
Hex 5A AB 9F 2F 0 7 21 AB 21 33
Octal 132 253 237 57 0 7 41 253 41 63
Binary 1011010 10101011 10011111 101111 0 111 100001 10101011 100001 110011

Color Harmonies of #5AAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB9F

Black with #5AAB9F

Text Example


Text Example

White with #5AAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AAB9F;
 }
 .AnyTagClassName
 {
   color: #5AAB9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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