#4DC09A

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

Shades of Puerto Rico #4DC09A

Tints of Puerto Rico #4DC09A

Color information

#4DC09A (or 0x4DC09A) is unknown color: approx Puerto Rico. HEX triplet: 4D, C0 and 9A. RGB value is (77,192,154). Sum of RGB (Red+Green+Blue) = 77+192+154=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC09A is #B23F65. Grayscale: #999999. Windows color (decimal): -11681638 or 10141773. OLE color: 10141773.

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

Color convert

RGB77192154-
CMYK0.6000.200.25
HSL160.17º47.72%52.75%-
HSV(B)160.17º59.9%75.29%-
XYZ27.7441.6137.14-
YUV153.28128.473.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.20%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=18.20%
G=45.39%
B=36.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771921540.6000.200.25160.1747.7252.75
Hex4DC09A3C01419a03035
Octal11530023274024312406065
Binary100110111000000100110101111000101001100110100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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