#4EC8AF

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

Shades of Puerto Rico #4EC8AF

Tints of Puerto Rico #4EC8AF

Color information

#4EC8AF (or 0x4EC8AF) is unknown color: approx Puerto Rico. HEX triplet: 4E, C8 and AF. RGB value is (78,200,175). Sum of RGB (Red+Green+Blue) = 78+200+175=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC8AF is #B13750. Grayscale: #A0A0A0. Windows color (decimal): -11614033 or 11520078. OLE color: 11520078.

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

Color convert

RGB78200175-
CMYK0.6100.120.22
HSL167.7º52.59%54.51%-
HSV(B)167.7º61%78.43%-
XYZ31.5346.0247.78-
YUV160.67136.0869.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.22%
GREEN value IS 200 (78.52% from 255) = 44.15%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=17.22%
G=44.15%
B=38.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal782001750.6100.120.22167.752.5954.51
Hex4EC8AF3D0C16a83537
Octal11631025775014262506567
Binary10011101100100010101111111101011001011010101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,200,175); }

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

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

 a { background-color: rgb(78,200,175); }

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

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

 span { border-color: rgb(78,200,175); }

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