#4DC4A4

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

Shades of Puerto Rico #4DC4A4

Tints of Puerto Rico #4DC4A4

Color information

#4DC4A4 (or 0x4DC4A4) is unknown color: approx Puerto Rico. HEX triplet: 4D, C4 and A4. RGB value is (77,196,164). Sum of RGB (Red+Green+Blue) = 77+196+164=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC4A4 is #B23B5B. Grayscale: #9C9C9C. Windows color (decimal): -11680604 or 10798157. OLE color: 10798157.

HSL color Cylindrical-coordinate representation of color #4DC4A4: hue angle of 163.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC4A4 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB77196164-
CMYK0.6100.160.23
HSL163.87º50.21%53.53%-
HSV(B)163.87º60.71%76.86%-
XYZ29.543.7442.01-
YUV156.77132.0871.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.62%
GREEN value IS 196 (76.95% from 255) = 44.85%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=17.62%
G=44.85%
B=37.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961640.6100.160.23163.8750.2153.53
Hex4DC4A43D01017a43236
Octal11530424475020272446266
Binary100110111000100101001001111010100001011110100100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,196,164); }

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

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

 a { background-color: rgb(77,196,164); }

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

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

 span { border-color: rgb(77,196,164); }

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