#C0DBAE

Color #C0DBAE Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #C0DBAE

Tints of Madang #C0DBAE

Color information

#C0DBAE (or 0xC0DBAE) is unknown color: approx Madang. HEX triplet: C0, DB and AE. RGB value is (192,219,174). Sum of RGB (Red+Green+Blue) = 192+219+174=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBAE is #3F2451. Grayscale: #CDCDCD. Windows color (decimal): -4138066 or 11459520. OLE color: 11459520.

HSL color Cylindrical-coordinate representation of color #C0DBAE: hue angle of 96º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DBAE is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB192219174-
CMYK0.1200.210.14
HSL96º38.46%77.06%-
HSV(B)96º20.55%85.88%-
XYZ54.7164.9349.69-
YUV205.8110.05118.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=32.82%
G=37.44%
B=29.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922191740.1200.210.149638.4677.06
HexC0DBAEC015E60264d
Octal300333256140251614046115
Binary1100000011011011101011101100010101111011000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBAE; }

 p { color: rgb(192,219,174); }

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

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

 a { background-color: rgb(192,219,174); }

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

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

 span { border-color: rgb(192,219,174); }

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