#B7DFAF

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

Shades of Madang #B7DFAF

Tints of Madang #B7DFAF

Color information

#B7DFAF (or 0xB7DFAF) is unknown color: approx Madang. HEX triplet: B7, DF and AF. RGB value is (183,223,175). Sum of RGB (Red+Green+Blue) = 183+223+175=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DFAF is #482050. Grayscale: #CDCDCD. Windows color (decimal): -4726865 or 11526071. OLE color: 11526071.

HSL color Cylindrical-coordinate representation of color #B7DFAF: hue angle of 110º 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 #B7DFAF is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB183223175-
CMYK0.1800.220.13
HSL110º42.86%78.04%-
HSV(B)110º21.52%87.45%-
XYZ53.6565.9450.46-
YUV205.57110.75111.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=31.50%
G=38.38%
B=30.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832231750.1800.220.1311042.8678.04
HexB7DFAF12016D6e2b4e
Octal267337257220261515653116
Binary10110111110111111010111110010010110110111011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFAF; }

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

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

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

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

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

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

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

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