#5AC09F

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

Shades of Puerto Rico #5AC09F

Tints of Puerto Rico #5AC09F

Color information

#5AC09F (or 0x5AC09F) is unknown color: approx Puerto Rico. HEX triplet: 5A, C0 and 9F. RGB value is (90,192,159). Sum of RGB (Red+Green+Blue) = 90+192+159=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC09F is #A53F60. Grayscale: #9D9D9D. Windows color (decimal): -10829665 or 10469466. OLE color: 10469466.

HSL color Cylindrical-coordinate representation of color #5AC09F: hue angle of 160.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC09F is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB90192159-
CMYK0.5300.170.25
HSL160.59º44.74%55.29%-
HSV(B)160.59º53.12%75.29%-
XYZ29.3242.3839.43-
YUV157.74128.7179.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=20.41%
G=43.54%
B=36.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921590.5300.170.25160.5944.7455.29
Hex5AC09F3501119a12d37
Octal13230023765021312415567
Binary101101011000000100111111101010100011100110100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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