#4ECDA5

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

Shades of Puerto Rico #4ECDA5

Tints of Puerto Rico #4ECDA5

Color information

#4ECDA5 (or 0x4ECDA5) is unknown color: approx Puerto Rico. HEX triplet: 4E, CD and A5. RGB value is (78,205,165). Sum of RGB (Red+Green+Blue) = 78+205+165=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECDA5 is #B1325A. Grayscale: #A2A2A2. Windows color (decimal): -11612763 or 10865998. OLE color: 10865998.

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

Color convert

RGB78205165-
CMYK0.6200.200.20
HSL161.1º55.95%55.49%-
HSV(B)161.1º61.95%80.39%-
XYZ31.764843.19-
YUV162.47129.4267.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.41%
GREEN value IS 205 (80.47% from 255) = 45.76%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=17.41%
G=45.76%
B=36.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal782051650.6200.200.20161.155.9555.49
Hex4ECDA53E01414a13837
Octal11631524576024242417067
Binary100111011001101101001011111100101001010010100001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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