#5EBBAA

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

Shades of Puerto Rico #5EBBAA

Tints of Puerto Rico #5EBBAA

Color information

#5EBBAA (or 0x5EBBAA) is unknown color: approx Puerto Rico. HEX triplet: 5E, BB and AA. RGB value is (94,187,170). Sum of RGB (Red+Green+Blue) = 94+187+170=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBBAA is #A14455. Grayscale: #9D9D9D. Windows color (decimal): -10568790 or 11189086. OLE color: 11189086.

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

Color convert

RGB94187170-
CMYK0.5000.090.27
HSL169.03º40.61%55.1%-
HSV(B)169.03º49.73%73.33%-
XYZ29.6440.8244.35-
YUV157.26135.1982.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.84%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=20.84%
G=41.46%
B=37.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871700.5000.090.27169.0340.6155.1
Hex5EBBAA32091Ba92937
Octal13627325262011332515167
Binary10111101011101110101010110010010011101110101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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