#5EBBAC

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

Shades of Puerto Rico #5EBBAC

Tints of Puerto Rico #5EBBAC

Color information

#5EBBAC (or 0x5EBBAC) is unknown color: approx Puerto Rico. HEX triplet: 5E, BB and AC. RGB value is (94,187,172). Sum of RGB (Red+Green+Blue) = 94+187+172=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBBAC is #A14453. Grayscale: #9D9D9D. Windows color (decimal): -10568788 or 11320158. OLE color: 11320158.

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

Color convert

RGB94187172-
CMYK0.5000.080.27
HSL170.32º40.61%55.1%-
HSV(B)170.32º49.73%73.33%-
XYZ29.8340.945.35-
YUV157.48136.1982.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.75%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=20.75%
G=41.28%
B=37.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871720.5000.080.27170.3240.6155.1
Hex5EBBAC32081Baa2937
Octal13627325462010332525167
Binary10111101011101110101100110010010001101110101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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