#5EB6A9

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

Shades of Puerto Rico #5EB6A9

Tints of Puerto Rico #5EB6A9

Color information

#5EB6A9 (or 0x5EB6A9) is unknown color: approx Puerto Rico. HEX triplet: 5E, B6 and A9. RGB value is (94,182,169). Sum of RGB (Red+Green+Blue) = 94+182+169=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB6A9 is #A14956. Grayscale: #9A9A9A. Windows color (decimal): -10570071 or 11122270. OLE color: 11122270.

HSL color Cylindrical-coordinate representation of color #5EB6A9: hue angle of 171.14º 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 #5EB6A9 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB94182169-
CMYK0.4800.070.29
HSL171.14º37.61%54.12%-
HSV(B)171.14º48.35%71.37%-
XYZ28.5138.743.5-
YUV154.21136.3585.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.12%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 169 (66.41% from 255) = 37.98%
R=21.12%
G=40.90%
B=37.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941821690.4800.070.29171.1437.6154.12
Hex5EB6A930071Dab2636
Octal1362662516007352534666
Binary1011110101101101010100111000001111110110101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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