#4DC6AA

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

Shades of Puerto Rico #4DC6AA

Tints of Puerto Rico #4DC6AA

Color information

#4DC6AA (or 0x4DC6AA) is unknown color: approx Puerto Rico. HEX triplet: 4D, C6 and AA. RGB value is (77,198,170). Sum of RGB (Red+Green+Blue) = 77+198+170=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC6AA is #B23955. Grayscale: #9E9E9E. Windows color (decimal): -11680086 or 11191885. OLE color: 11191885.

HSL color Cylindrical-coordinate representation of color #4DC6AA: hue angle of 166.12º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC6AA is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB77198170-
CMYK0.6100.140.22
HSL166.12º51.49%53.92%-
HSV(B)166.12º61.11%77.65%-
XYZ30.5144.8745.08-
YUV158.63134.4169.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.30%
GREEN value IS 198 (77.73% from 255) = 44.49%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=17.30%
G=44.49%
B=38.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal771981700.6100.140.22166.1251.4953.92
Hex4DC6AA3D0E16a63336
Octal11530625275016262466366
Binary10011011100011010101010111101011101011010100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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