#4DB99C

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

Shades of Puerto Rico #4DB99C

Tints of Puerto Rico #4DB99C

Color information

#4DB99C (or 0x4DB99C) is unknown color: approx Puerto Rico. HEX triplet: 4D, B9 and 9C. RGB value is (77,185,156). Sum of RGB (Red+Green+Blue) = 77+185+156=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB99C is #B24663. Grayscale: #959595. Windows color (decimal): -11683428 or 10271053. OLE color: 10271053.

HSL color Cylindrical-coordinate representation of color #4DB99C: hue angle of 163.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB99C is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB77185156-
CMYK0.5800.160.27
HSL163.89º43.55%51.37%-
HSV(B)163.89º58.38%72.55%-
XYZ26.4138.6837.53-
YUV149.4131.7276.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.42%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=18.42%
G=44.26%
B=37.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771851560.5800.160.27163.8943.5551.37
Hex4DB99C3A0101Ba42c33
Octal11527123472020332445463
Binary100110110111001100111001110100100001101110100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,185,156); }

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

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

 a { background-color: rgb(77,185,156); }

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

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

 span { border-color: rgb(77,185,156); }

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