#4EAAA1

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

Shades of Puerto Rico #4EAAA1

Tints of Puerto Rico #4EAAA1

Color information

#4EAAA1 (or 0x4EAAA1) is unknown color: approx Puerto Rico. HEX triplet: 4E, AA and A1. RGB value is (78,170,161). Sum of RGB (Red+Green+Blue) = 78+170+161=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAA1 is #B1555E. Grayscale: #8D8D8D. Windows color (decimal): -11621727 or 10594894. OLE color: 10594894.

HSL color Cylindrical-coordinate representation of color #4EAAA1: hue angle of 174.13º 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 #4EAAA1 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB78170161-
CMYK0.5400.050.33
HSL174.13º37.1%48.63%-
HSV(B)174.13º54.12%66.67%-
XYZ23.9532.9438.81-
YUV141.47139.0282.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.07%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=19.07%
G=41.56%
B=39.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781701610.5400.050.33174.1337.148.63
Hex4EAAA1360521ae2531
Octal1162522416605412564561
Binary10011101010101010100001110110010110000110101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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