#5EB7A9

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

Shades of Puerto Rico #5EB7A9

Tints of Puerto Rico #5EB7A9

Color information

#5EB7A9 (or 0x5EB7A9) is unknown color: approx Puerto Rico. HEX triplet: 5E, B7 and A9. RGB value is (94,183,169). Sum of RGB (Red+Green+Blue) = 94+183+169=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #5EB7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB7A9 is #A14856. Grayscale: #9A9A9A. Windows color (decimal): -10569815 or 11122526. OLE color: 11122526.

HSL color Cylindrical-coordinate representation of color #5EB7A9: hue angle of 170.56º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EB7A9 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB94183169-
CMYK0.4900.080.28
HSL170.56º38.2%54.31%-
HSV(B)170.56º48.63%71.76%-
XYZ28.7139.1143.57-
YUV154.79136.0184.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.08%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=21.08%
G=41.03%
B=37.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal941831690.4900.080.28170.5638.254.31
Hex5EB7A931081Cab2636
Octal13626725161010342534666
Binary10111101011011110101001110001010001110010101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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