#4EC6AA

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

Shades of Puerto Rico #4EC6AA

Tints of Puerto Rico #4EC6AA

Color information

#4EC6AA (or 0x4EC6AA) is unknown color: approx Puerto Rico. HEX triplet: 4E, C6 and AA. RGB value is (78,198,170). Sum of RGB (Red+Green+Blue) = 78+198+170=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC6AA is #B13955. Grayscale: #9E9E9E. Windows color (decimal): -11614550 or 11191886. OLE color: 11191886.

HSL color Cylindrical-coordinate representation of color #4EC6AA: hue angle of 166º 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 #4EC6AA is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB78198170-
CMYK0.6100.140.22
HSL166º51.28%54.12%-
HSV(B)166º60.61%77.65%-
XYZ30.5944.9145.09-
YUV158.93134.2470.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.49%
GREEN value IS 198 (77.73% from 255) = 44.39%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=17.49%
G=44.39%
B=38.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781981700.6100.140.2216651.2854.12
Hex4EC6AA3D0E16a63336
Octal11630625275016262466366
Binary10011101100011010101010111101011101011010100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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