#5EBBAF

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

Shades of Puerto Rico #5EBBAF

Tints of Puerto Rico #5EBBAF

Color information

#5EBBAF (or 0x5EBBAF) is unknown color: approx Puerto Rico. HEX triplet: 5E, BB and AF. RGB value is (94,187,175). Sum of RGB (Red+Green+Blue) = 94+187+175=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBBAF is #A14450. Grayscale: #9D9D9D. Windows color (decimal): -10568785 or 11516766. OLE color: 11516766.

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

Color convert

RGB94187175-
CMYK0.5000.060.27
HSL172.26º40.61%55.1%-
HSV(B)172.26º49.73%73.33%-
XYZ30.1241.0246.89-
YUV157.82137.6982.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.61%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=20.61%
G=41.01%
B=38.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871750.5000.060.27172.2640.6155.1
Hex5EBBAF32061Bac2937
Octal1362732576206332545167
Binary1011110101110111010111111001001101101110101100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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