#4EC0AB

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

Shades of Puerto Rico #4EC0AB

Tints of Puerto Rico #4EC0AB

Color information

#4EC0AB (or 0x4EC0AB) is unknown color: approx Puerto Rico. HEX triplet: 4E, C0 and AB. RGB value is (78,192,171). Sum of RGB (Red+Green+Blue) = 78+192+171=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC0AB is #B13F54. Grayscale: #9B9B9B. Windows color (decimal): -11616085 or 11255886. OLE color: 11255886.

HSL color Cylindrical-coordinate representation of color #4EC0AB: hue angle of 168.95º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC0AB is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB78192171-
CMYK0.5900.110.25
HSL168.95º47.5%52.94%-
HSV(B)168.95º59.38%75.29%-
XYZ29.3442.2645.14-
YUV155.52136.7372.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=17.69%
G=43.54%
B=38.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781921710.5900.110.25168.9547.552.94
Hex4EC0AB3B0B19a93035
Octal11630025373013312516065
Binary10011101100000010101011111011010111100110101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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