#4ECCA4

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

Shades of Puerto Rico #4ECCA4

Tints of Puerto Rico #4ECCA4

Color information

#4ECCA4 (or 0x4ECCA4) is unknown color: approx Puerto Rico. HEX triplet: 4E, CC and A4. RGB value is (78,204,164). Sum of RGB (Red+Green+Blue) = 78+204+164=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECCA4 is #B1335B. Grayscale: #A1A1A1. Windows color (decimal): -11613020 or 10800206. OLE color: 10800206.

HSL color Cylindrical-coordinate representation of color #4ECCA4: hue angle of 160.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECCA4 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB78204164-
CMYK0.6200.200.2
HSL160.95º55.26%55.29%-
HSV(B)160.95º61.76%80%-
XYZ31.4447.4942.63-
YUV161.77129.2668.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.49%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=17.49%
G=45.74%
B=36.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal782041640.6200.200.2160.9555.2655.29
Hex4ECCA43E01414a13737
Octal11631424476024242416767
Binary100111011001100101001001111100101001010010100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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