#4DAB9A

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

Shades of Puerto Rico #4DAB9A

Tints of Puerto Rico #4DAB9A

Color information

#4DAB9A (or 0x4DAB9A) is unknown color: approx Puerto Rico. HEX triplet: 4D, AB and 9A. RGB value is (77,171,154). Sum of RGB (Red+Green+Blue) = 77+171+154=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAB9A is #B25465. Grayscale: #8C8C8C. Windows color (decimal): -11687014 or 10136397. OLE color: 10136397.

HSL color Cylindrical-coordinate representation of color #4DAB9A: hue angle of 169.15º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAB9A is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB77171154-
CMYK0.5500.100.33
HSL169.15º37.9%48.63%-
HSV(B)169.15º54.97%67.06%-
XYZ23.4633.0435.71-
YUV140.96135.3682.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.15%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=19.15%
G=42.54%
B=38.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771711540.5500.100.33169.1537.948.63
Hex4DAB9A370A21a92631
Octal11525323267012412514661
Binary100110110101011100110101101110101010000110101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,171,154); }

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

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

 a { background-color: rgb(77,171,154); }

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

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

 span { border-color: rgb(77,171,154); }

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