Html Css Color HEX #B0F2A3 Madang

📋 copy color: '#B0F2A3'

red 176 ◦ green 242 ◦ blue 163

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

Shades of Madang #B0F2A3

Tints of Madang #B0F2A3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 163 (64.06% from 255) = 28.06%

R = 30.29%
G = 41.65%
B = 28.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#B0F2A3 (or 0xB0F2A3) is known color: Madang. HEX triplet: B0, F2 and A3. RGB value is (176,242,163). Sum of RGB (Red+Green+Blue) = 176+242+163=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2A3 is #4F0D5C. Grayscale: #D5D5D5. Windows color (decimal): -5180765 or 10744496. OLE color: 10744496.

HSL color Cylindrical-coordinate representation of color #B0F2A3: hue angle of 110.13º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0F2A3 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 163 -
CMYK 0.27 0 0.33 0.05
HSL 110.13º 0.75% 0.79% -
HSV(B) 110.13º 0.33% 0.95% -
XYZ 56.27 75.38 46.23 -
YUV 213.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 176 242 163 0.27 0 0.33 0.05 110.13 0.75 0.79
Hex B0 F2 A3 1B 0 21 5 6E 4B 4F
Octal 260 362 243 33 0 41 5 156 113 117
Binary 10110000 11110010 10100011 11011 0 100001 101 1101110 1001011 1001111

Color Harmonies of #B0F2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2A3

Black with #B0F2A3

Text Example


Text Example

White with #B0F2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2A3; }

 p { color: rgb(176,242,163); }

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

background-color css

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

 a { background-color: rgb(176,242,163); }

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

border-color css

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

 span { border-color: rgb(176,242,163); }

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