#5EC0AA

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

Shades of Puerto Rico #5EC0AA

Tints of Puerto Rico #5EC0AA

Color information

#5EC0AA (or 0x5EC0AA) is unknown color: approx Puerto Rico. HEX triplet: 5E, C0 and AA. RGB value is (94,192,170). Sum of RGB (Red+Green+Blue) = 94+192+170=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC0AA is #A13F55. Grayscale: #A0A0A0. Windows color (decimal): -10567510 or 11190366. OLE color: 11190366.

HSL color Cylindrical-coordinate representation of color #5EC0AA: hue angle of 166.53º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC0AA is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB94192170-
CMYK0.5100.110.25
HSL166.53º43.75%56.08%-
HSV(B)166.53º51.04%75.29%-
XYZ30.7242.9844.71-
YUV160.19133.5380.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.61%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=20.61%
G=42.11%
B=37.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941921700.5100.110.25166.5343.7556.08
Hex5EC0AA330B19a72c38
Octal13630025263013312475470
Binary10111101100000010101010110011010111100110100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,192,170); }

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

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

 a { background-color: rgb(94,192,170); }

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

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

 span { border-color: rgb(94,192,170); }

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