#4DC4AD

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

Shades of Puerto Rico #4DC4AD

Tints of Puerto Rico #4DC4AD

Color information

#4DC4AD (or 0x4DC4AD) is unknown color: approx Puerto Rico. HEX triplet: 4D, C4 and AD. RGB value is (77,196,173). Sum of RGB (Red+Green+Blue) = 77+196+173=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC4AD is #B23B52. Grayscale: #9D9D9D. Windows color (decimal): -11680595 or 11387981. OLE color: 11387981.

HSL color Cylindrical-coordinate representation of color #4DC4AD: hue angle of 168.4º 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 #4DC4AD is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB77196173-
CMYK0.6100.120.23
HSL168.4º50.21%53.53%-
HSV(B)168.4º60.71%76.86%-
XYZ30.3444.0746.44-
YUV157.8136.5870.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.26%
GREEN value IS 196 (76.95% from 255) = 43.95%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=17.26%
G=43.95%
B=38.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961730.6100.120.23168.450.2153.53
Hex4DC4AD3D0C17a83236
Octal11530425575014272506266
Binary10011011100010010101101111101011001011110101000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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