#4DC9AA

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

Shades of Puerto Rico #4DC9AA

Tints of Puerto Rico #4DC9AA

Color information

#4DC9AA (or 0x4DC9AA) is unknown color: approx Puerto Rico. HEX triplet: 4D, C9 and AA. RGB value is (77,201,170). Sum of RGB (Red+Green+Blue) = 77+201+170=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC9AA is #B23655. Grayscale: #A0A0A0. Windows color (decimal): -11679318 or 11192653. OLE color: 11192653.

HSL color Cylindrical-coordinate representation of color #4DC9AA: hue angle of 165º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC9AA is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB77201170-
CMYK0.6200.150.21
HSL165º53.45%54.51%-
HSV(B)165º61.69%78.82%-
XYZ31.246.2545.31-
YUV160.39133.4268.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.19%
GREEN value IS 201 (78.91% from 255) = 44.87%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=17.19%
G=44.87%
B=37.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772011700.6200.150.2116553.4554.51
Hex4DC9AA3E0F15a53537
Octal11531125276017252456567
Binary10011011100100110101010111110011111010110100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,201,170); }

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

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

 a { background-color: rgb(77,201,170); }

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

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

 span { border-color: rgb(77,201,170); }

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