#4EAA9B

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

Shades of Puerto Rico #4EAA9B

Tints of Puerto Rico #4EAA9B

Color information

#4EAA9B (or 0x4EAA9B) is unknown color: approx Puerto Rico. HEX triplet: 4E, AA and 9B. RGB value is (78,170,155). Sum of RGB (Red+Green+Blue) = 78+170+155=403 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.35% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAA9B is #B15564. Grayscale: #8C8C8C. Windows color (decimal): -11621733 or 10201678. OLE color: 10201678.

HSL color Cylindrical-coordinate representation of color #4EAA9B: hue angle of 170.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAA9B is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB78170155-
CMYK0.5400.090.33
HSL170.22º37.1%48.63%-
HSV(B)170.22º54.12%66.67%-
XYZ23.4332.7436.09-
YUV140.78136.0283.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.35%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=19.35%
G=42.18%
B=38.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781701550.5400.090.33170.2237.148.63
Hex4EAA9B360921aa2531
Octal11625223366011412524561
Binary100111010101010100110111101100100110000110101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,170,155); }

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

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

 a { background-color: rgb(78,170,155); }

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

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

 span { border-color: rgb(78,170,155); }

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