#4EBAA9

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

Shades of Puerto Rico #4EBAA9

Tints of Puerto Rico #4EBAA9

Color information

#4EBAA9 (or 0x4EBAA9) is unknown color: approx Puerto Rico. HEX triplet: 4E, BA and A9. RGB value is (78,186,169). Sum of RGB (Red+Green+Blue) = 78+186+169=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBAA9 is #B14556. Grayscale: #979797. Windows color (decimal): -11617623 or 11123278. OLE color: 11123278.

HSL color Cylindrical-coordinate representation of color #4EBAA9: hue angle of 170.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBAA9 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB78186169-
CMYK0.5800.090.27
HSL170.56º43.9%51.76%-
HSV(B)170.56º58.06%72.94%-
XYZ27.8639.643.71-
YUV151.77137.7275.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=18.01%
G=42.96%
B=39.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781861690.5800.090.27170.5643.951.76
Hex4EBAA93A091Bab2c34
Octal11627225172011332535464
Binary10011101011101010101001111010010011101110101011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EBAA9; }

 p { color: rgb(78,186,169); }

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

<style>
 a { background-color: #4EBAA9; }

 a { background-color: rgb(78,186,169); }

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

<style>
 span { border-color: #4EBAA9; }

 span { border-color: rgb(78,186,169); }

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