#4EBAA2

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

Shades of Puerto Rico #4EBAA2

Tints of Puerto Rico #4EBAA2

Color information

#4EBAA2 (or 0x4EBAA2) is unknown color: approx Puerto Rico. HEX triplet: 4E, BA and A2. RGB value is (78,186,162). Sum of RGB (Red+Green+Blue) = 78+186+162=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBAA2 is #B1455D. Grayscale: #969696. Windows color (decimal): -11617630 or 10664526. OLE color: 10664526.

HSL color Cylindrical-coordinate representation of color #4EBAA2: hue angle of 166.67º 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 #4EBAA2 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB78186162-
CMYK0.5800.130.27
HSL166.67º43.9%51.76%-
HSV(B)166.67º58.06%72.94%-
XYZ27.2239.3540.34-
YUV150.97134.2275.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 162 (63.67% from 255) = 38.03%
R=18.31%
G=43.66%
B=38.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781861620.5800.130.27166.6743.951.76
Hex4EBAA23A0D1Ba72c34
Octal11627224272015332475464
Binary10011101011101010100010111010011011101110100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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