#4EC6A4

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

Shades of Puerto Rico #4EC6A4

Tints of Puerto Rico #4EC6A4

Color information

#4EC6A4 (or 0x4EC6A4) is unknown color: approx Puerto Rico. HEX triplet: 4E, C6 and A4. RGB value is (78,198,164). Sum of RGB (Red+Green+Blue) = 78+198+164=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC6A4 is #B1395B. Grayscale: #9E9E9E. Windows color (decimal): -11614556 or 10798670. OLE color: 10798670.

HSL color Cylindrical-coordinate representation of color #4EC6A4: hue angle of 163º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC6A4 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB78198164-
CMYK0.6100.170.22
HSL163º51.28%54.12%-
HSV(B)163º60.61%77.65%-
XYZ30.0444.6942.16-
YUV158.24131.2470.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.73%
GREEN value IS 198 (77.73% from 255) = 45%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=17.73%
G=45%
B=37.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781981640.6100.170.2216351.2854.12
Hex4EC6A43D01116a33336
Octal11630624475021262436366
Binary100111011000110101001001111010100011011010100011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,198,164); }

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

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

 a { background-color: rgb(78,198,164); }

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

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

 span { border-color: rgb(78,198,164); }

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