#5EB7AA

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

Shades of Puerto Rico #5EB7AA

Tints of Puerto Rico #5EB7AA

Color information

#5EB7AA (or 0x5EB7AA) is unknown color: approx Puerto Rico. HEX triplet: 5E, B7 and AA. RGB value is (94,183,170). Sum of RGB (Red+Green+Blue) = 94+183+170=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #5EB7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB7AA is #A14855. Grayscale: #9A9A9A. Windows color (decimal): -10569814 or 11188062. OLE color: 11188062.

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

Color convert

RGB94183170-
CMYK0.4900.070.28
HSL171.24º38.2%54.31%-
HSV(B)171.24º48.63%71.76%-
XYZ28.8139.1544.07-
YUV154.91136.5184.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.03%
GREEN value IS 183 (71.88% from 255) = 40.94%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=21.03%
G=40.94%
B=38.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal941831700.4900.070.28171.2438.254.31
Hex5EB7AA31071Cab2636
Octal1362672526107342534666
Binary1011110101101111010101011000101111110010101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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