#5EBBA6

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

Shades of Puerto Rico #5EBBA6

Tints of Puerto Rico #5EBBA6

Color information

#5EBBA6 (or 0x5EBBA6) is unknown color: approx Puerto Rico. HEX triplet: 5E, BB and A6. RGB value is (94,187,166). Sum of RGB (Red+Green+Blue) = 94+187+166=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBBA6 is #A14459. Grayscale: #9C9C9C. Windows color (decimal): -10568794 or 10926942. OLE color: 10926942.

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

Color convert

RGB94187166-
CMYK0.5000.110.27
HSL166.45º40.61%55.1%-
HSV(B)166.45º49.73%73.33%-
XYZ29.2740.6742.38-
YUV156.8133.1983.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.03%
GREEN value IS 187 (73.44% from 255) = 41.83%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=21.03%
G=41.83%
B=37.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871660.5000.110.27166.4540.6155.1
Hex5EBBA6320B1Ba62937
Octal13627324662013332465167
Binary10111101011101110100110110010010111101110100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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