#5AB29F

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

Shades of Puerto Rico #5AB29F

Tints of Puerto Rico #5AB29F

Color information

#5AB29F (or 0x5AB29F) is unknown color: approx Puerto Rico. HEX triplet: 5A, B2 and 9F. RGB value is (90,178,159). Sum of RGB (Red+Green+Blue) = 90+178+159=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB29F is #A54D60. Grayscale: #959595. Windows color (decimal): -10833249 or 10465882. OLE color: 10465882.

HSL color Cylindrical-coordinate representation of color #5AB29F: hue angle of 167.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB29F is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB90178159-
CMYK0.4900.110.30
HSL167.05º36.36%52.55%-
HSV(B)167.05º49.44%69.8%-
XYZ26.3936.5238.46-
YUV149.52133.3585.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.08%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=21.08%
G=41.69%
B=37.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901781590.4900.110.30167.0536.3652.55
Hex5AB29F310B1Ea72435
Octal13226223761013362474465
Binary10110101011001010011111110001010111111010100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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