#5EBCAC

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

Shades of Puerto Rico #5EBCAC

Tints of Puerto Rico #5EBCAC

Color information

#5EBCAC (or 0x5EBCAC) is unknown color: approx Puerto Rico. HEX triplet: 5E, BC and AC. RGB value is (94,188,172). Sum of RGB (Red+Green+Blue) = 94+188+172=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBCAC is #A14353. Grayscale: #9E9E9E. Windows color (decimal): -10568532 or 11320414. OLE color: 11320414.

HSL color Cylindrical-coordinate representation of color #5EBCAC: hue angle of 169.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBCAC is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB94188172-
CMYK0.5000.090.26
HSL169.79º41.23%55.29%-
HSV(B)169.79º50%73.73%-
XYZ30.0541.3245.42-
YUV158.07135.8682.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.70%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=20.70%
G=41.41%
B=37.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941881720.5000.090.26169.7941.2355.29
Hex5EBCAC32091Aaa2937
Octal13627425462011322525167
Binary10111101011110010101100110010010011101010101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,188,172); }

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

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

 a { background-color: rgb(94,188,172); }

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

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

 span { border-color: rgb(94,188,172); }

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