#4EC6AB

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

Shades of Puerto Rico #4EC6AB

Tints of Puerto Rico #4EC6AB

Color information

#4EC6AB (or 0x4EC6AB) is unknown color: approx Puerto Rico. HEX triplet: 4E, C6 and AB. RGB value is (78,198,171). Sum of RGB (Red+Green+Blue) = 78+198+171=447 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.45% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC6AB is #B13954. Grayscale: #9F9F9F. Windows color (decimal): -11614549 or 11257422. OLE color: 11257422.

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

Color convert

RGB78198171-
CMYK0.6100.140.22
HSL166.5º51.28%54.12%-
HSV(B)166.5º60.61%77.65%-
XYZ30.6944.9545.59-
YUV159.04134.7470.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.45%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=17.45%
G=44.30%
B=38.26%

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
Decimal781981710.6100.140.22166.551.2854.12
Hex4EC6AB3D0E16a63336
Octal11630625375016262466366
Binary10011101100011010101011111101011101011010100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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