#4EAC9B

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

Shades of Puerto Rico #4EAC9B

Tints of Puerto Rico #4EAC9B

Color information

#4EAC9B (or 0x4EAC9B) is unknown color: approx Puerto Rico. HEX triplet: 4E, AC and 9B. RGB value is (78,172,155). Sum of RGB (Red+Green+Blue) = 78+172+155=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC9B is #B15364. Grayscale: #8D8D8D. Windows color (decimal): -11621221 or 10202190. OLE color: 10202190.

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

Color convert

RGB78172155-
CMYK0.5500.100.33
HSL169.15º37.6%49.02%-
HSV(B)169.15º54.65%67.45%-
XYZ23.8133.4936.22-
YUV141.96135.3682.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.26%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=19.26%
G=42.47%
B=38.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781721550.5500.100.33169.1537.649.02
Hex4EAC9B370A21a92631
Octal11625423367012412514661
Binary100111010101100100110111101110101010000110101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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