#B8E6AF

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

Shades of Madang #B8E6AF

Tints of Madang #B8E6AF

Color information

#B8E6AF (or 0xB8E6AF) is unknown color: approx Madang. HEX triplet: B8, E6 and AF. RGB value is (184,230,175). Sum of RGB (Red+Green+Blue) = 184+230+175=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8E6AF is #471950. Grayscale: #D2D2D2. Windows color (decimal): -4659537 or 11527864. OLE color: 11527864.

HSL color Cylindrical-coordinate representation of color #B8E6AF: hue angle of 110.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8E6AF is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB184230175-
CMYK0.200.240.10
HSL110.18º52.38%79.41%-
HSV(B)110.18º23.91%90.2%-
XYZ55.869.8851.1-
YUV209.98108.26109.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.24%
GREEN value IS 230 (90.23% from 255) = 39.05%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=31.24%
G=39.05%
B=29.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1842301750.200.240.10110.1852.3879.41
HexB8E6AF14018A6e344f
Octal270346257240301215664117
Binary10111000111001101010111110100011000101011011101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E6AF; }

 p { color: rgb(184,230,175); }

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

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

 a { background-color: rgb(184,230,175); }

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

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

 span { border-color: rgb(184,230,175); }

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