#5AB69F

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

Shades of Puerto Rico #5AB69F

Tints of Puerto Rico #5AB69F

Color information

#5AB69F (or 0x5AB69F) is unknown color: approx Puerto Rico. HEX triplet: 5A, B6 and 9F. RGB value is (90,182,159). Sum of RGB (Red+Green+Blue) = 90+182+159=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB69F is #A54960. Grayscale: #979797. Windows color (decimal): -10832225 or 10466906. OLE color: 10466906.

HSL color Cylindrical-coordinate representation of color #5AB69F: hue angle of 165º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB69F is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB90182159-
CMYK0.5100.130.29
HSL165º38.66%53.33%-
HSV(B)165º50.55%71.37%-
XYZ27.238.1338.73-
YUV151.87132.0283.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.88%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=20.88%
G=42.23%
B=36.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901821590.5100.130.2916538.6653.33
Hex5AB69F330D1Da52735
Octal13226623763015352454765
Binary10110101011011010011111110011011011110110100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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