#5EBBAB

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

Shades of Puerto Rico #5EBBAB

Tints of Puerto Rico #5EBBAB

Color information

#5EBBAB (or 0x5EBBAB) is unknown color: approx Puerto Rico. HEX triplet: 5E, BB and AB. RGB value is (94,187,171). Sum of RGB (Red+Green+Blue) = 94+187+171=452 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.80% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBBAB is #A14454. Grayscale: #9D9D9D. Windows color (decimal): -10568789 or 11254622. OLE color: 11254622.

HSL color Cylindrical-coordinate representation of color #5EBBAB: hue angle of 169.68º 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 #5EBBAB is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB94187171-
CMYK0.5000.090.27
HSL169.68º40.61%55.1%-
HSV(B)169.68º49.73%73.33%-
XYZ29.7440.8644.85-
YUV157.37135.6982.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.80%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=20.80%
G=41.37%
B=37.83%

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
Decimal941871710.5000.090.27169.6840.6155.1
Hex5EBBAB32091Baa2937
Octal13627325362011332525167
Binary10111101011101110101011110010010011101110101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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