Html Css Color HEX #B0FBAA Celadon

📋 copy color: '#B0FBAA'

red 176 ◦ green 251 ◦ blue 170

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

Shades of Celadon #B0FBAA

Tints of Celadon #B0FBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.04%

 BLUE value IS 170 (66.8% from 255) = 28.48%

R = 29.48%
G = 42.04%
B = 28.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#B0FBAA (or 0xB0FBAA) is known color: Celadon. HEX triplet: B0, FB and AA. RGB value is (176,251,170). Sum of RGB (Red+Green+Blue) = 176+251+170=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBAA is #4F0455. Grayscale: #DBDBDB. Windows color (decimal): -5178454 or 11205552. OLE color: 11205552.

HSL color Cylindrical-coordinate representation of color #B0FBAA: hue angle of 115.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FBAA is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 170 -
CMYK 0.30 0 0.32 0.02
HSL 115.56º 0.91% 0.83% -
HSV(B) 115.56º 0.32% 0.98% -
XYZ 59.66 81.13 50.54 -
YUV 219.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 176 251 170 0.30 0 0.32 0.02 115.56 0.91 0.83
Hex B0 FB AA 1E 0 20 2 74 5B 53
Octal 260 373 252 36 0 40 2 164 133 123
Binary 10110000 11111011 10101010 11110 0 100000 10 1110100 1011011 1010011

Color Harmonies of #B0FBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBAA

Black with #B0FBAA

Text Example


Text Example

White with #B0FBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBAA; }

 p { color: rgb(176,251,170); }

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

background-color css

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

 a { background-color: rgb(176,251,170); }

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

border-color css

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

 span { border-color: rgb(176,251,170); }

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