Html Css Color HEX #B0F3A6 Madang

📋 copy color: '#B0F3A6'

red 176 ◦ green 243 ◦ blue 166

#B0F3A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #B0F3A6

Tints of Madang #B0F3A6

RGB

 RED value IS 176 (69.14% from 255) = 30.09%

 GREEN value IS 243 (95.31% from 255) = 41.54%

 BLUE value IS 166 (65.23% from 255) = 28.38%

R = 30.09%
G = 41.54%
B = 28.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#B0F3A6 (or 0xB0F3A6) is known color: Madang. HEX triplet: B0, F3 and A6. RGB value is (176,243,166). Sum of RGB (Red+Green+Blue) = 176+243+166=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F3A6 is #4F0C59. Grayscale: #D6D6D6. Windows color (decimal): -5180506 or 10941360. OLE color: 10941360.

HSL color Cylindrical-coordinate representation of color #B0F3A6: hue angle of 112.21º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0F3A6 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 166 -
CMYK 0.28 0 0.32 0.05
HSL 112.21º 0.76% 0.8% -
HSV(B) 112.21º 0.32% 0.95% -
XYZ 56.84 76.08 47.77 -
YUV 214.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 176 243 166 0.28 0 0.32 0.05 112.21 0.76 0.8
Hex B0 F3 A6 1C 0 20 5 70 4C 50
Octal 260 363 246 34 0 40 5 160 114 120
Binary 10110000 11110011 10100110 11100 0 100000 101 1110000 1001100 1010000

Color Harmonies of #B0F3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F3A6

Black with #B0F3A6

Text Example


Text Example

White with #B0F3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F3A6; }

 p { color: rgb(176,243,166); }

 H1.HeaderClassName
 {
   color: #B0F3A6;
 }
 .AnyTagClassName
 {
   color: #B0F3A6;
 }
</style>

background-color css

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

 a { background-color: rgb(176,243,166); }

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

border-color css

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

 span { border-color: rgb(176,243,166); }

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