#C0DBAF

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

Shades of Madang #C0DBAF

Tints of Madang #C0DBAF

Color information

#C0DBAF (or 0xC0DBAF) is unknown color: approx Madang. HEX triplet: C0, DB and AF. RGB value is (192,219,175). Sum of RGB (Red+Green+Blue) = 192+219+175=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBAF is #3F2450. Grayscale: #CECECE. Windows color (decimal): -4138065 or 11525056. OLE color: 11525056.

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

Color convert

RGB192219175-
CMYK0.1200.200.14
HSL96.82º37.93%77.25%-
HSV(B)96.82º20.09%85.88%-
XYZ54.8164.9650.21-
YUV205.91110.55118.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=32.76%
G=37.37%
B=29.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922191750.1200.200.1496.8237.9377.25
HexC0DBAFC014E61264d
Octal300333257140241614146115
Binary1100000011011011101011111100010100111011000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBAF; }

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

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

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

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

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

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

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

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