#4ECDA1

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

Shades of Puerto Rico #4ECDA1

Tints of Puerto Rico #4ECDA1

Color information

#4ECDA1 (or 0x4ECDA1) is unknown color: approx Puerto Rico. HEX triplet: 4E, CD and A1. RGB value is (78,205,161). Sum of RGB (Red+Green+Blue) = 78+205+161=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECDA1 is #B1325E. Grayscale: #A2A2A2. Windows color (decimal): -11612767 or 10603854. OLE color: 10603854.

HSL color Cylindrical-coordinate representation of color #4ECDA1: hue angle of 159.21º degrees, saturation: 0.56, 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 #4ECDA1 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB78205161-
CMYK0.6200.210.20
HSL159.21º55.95%55.49%-
HSV(B)159.21º61.95%80.39%-
XYZ31.4147.8641.3-
YUV162.01127.4268.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.57%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=17.57%
G=46.17%
B=36.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal782051610.6200.210.20159.2155.9555.49
Hex4ECDA13E015149f3837
Octal11631524176025242377067
Binary100111011001101101000011111100101011010010011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,205,161); }

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

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

 a { background-color: rgb(78,205,161); }

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

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

 span { border-color: rgb(78,205,161); }

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