#C5DFAF

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

Shades of Madang #C5DFAF

Tints of Madang #C5DFAF

Color information

#C5DFAF (or 0xC5DFAF) is unknown color: approx Madang. HEX triplet: C5, DF and AF. RGB value is (197,223,175). Sum of RGB (Red+Green+Blue) = 197+223+175=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DFAF is #3A2050. Grayscale: #D1D1D1. Windows color (decimal): -3809361 or 11526085. OLE color: 11526085.

HSL color Cylindrical-coordinate representation of color #C5DFAF: hue angle of 92.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DFAF is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB197223175-
CMYK0.1200.220.13
HSL92.5º42.86%78.04%-
HSV(B)92.5º21.52%87.45%-
XYZ57.1567.7450.62-
YUV209.75108.39118.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=33.11%
G=37.48%
B=29.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972231750.1200.220.1392.542.8678.04
HexC5DFAFC016D5c2b4e
Octal305337257140261513453116
Binary1100010111011111101011111100010110110110111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFAF; }

 p { color: rgb(197,223,175); }

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

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

 a { background-color: rgb(197,223,175); }

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

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

 span { border-color: rgb(197,223,175); }

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