#4DC1AD

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

Shades of Puerto Rico #4DC1AD

Tints of Puerto Rico #4DC1AD

Color information

#4DC1AD (or 0x4DC1AD) is unknown color: approx Puerto Rico. HEX triplet: 4D, C1 and AD. RGB value is (77,193,173). Sum of RGB (Red+Green+Blue) = 77+193+173=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC1AD is #B23E52. Grayscale: #9C9C9C. Windows color (decimal): -11681363 or 11387213. OLE color: 11387213.

HSL color Cylindrical-coordinate representation of color #4DC1AD: hue angle of 169.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC1AD is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB77193173-
CMYK0.6000.100.24
HSL169.66º48.33%52.94%-
HSV(B)169.66º60.1%75.69%-
XYZ29.6742.7346.22-
YUV156.04137.5771.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.38%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=17.38%
G=43.57%
B=39.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771931730.6000.100.24169.6648.3352.94
Hex4DC1AD3C0A18aa3035
Octal11530125574012302526065
Binary10011011100000110101101111100010101100010101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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