#5EB6AE

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

Shades of Puerto Rico #5EB6AE

Tints of Puerto Rico #5EB6AE

Color information

#5EB6AE (or 0x5EB6AE) is unknown color: approx Puerto Rico. HEX triplet: 5E, B6 and AE. RGB value is (94,182,174). Sum of RGB (Red+Green+Blue) = 94+182+174=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB6AE is #A14951. Grayscale: #9A9A9A. Windows color (decimal): -10570066 or 11449950. OLE color: 11449950.

HSL color Cylindrical-coordinate representation of color #5EB6AE: hue angle of 174.55º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EB6AE is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB94182174-
CMYK0.4800.040.29
HSL174.55º37.61%54.12%-
HSV(B)174.55º48.35%71.37%-
XYZ28.9838.8946.02-
YUV154.78138.8584.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.89%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=20.89%
G=40.44%
B=38.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941821740.4800.040.29174.5537.6154.12
Hex5EB6AE30041Daf2636
Octal1362662566004352574666
Binary1011110101101101010111011000001001110110101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,182,174); }

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

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

 a { background-color: rgb(94,182,174); }

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

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

 span { border-color: rgb(94,182,174); }

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