Html Css Color HEX #B0FAAB Celadon

📋 copy color: '#B0FAAB'

red 176 ◦ green 250 ◦ blue 171

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

Shades of Celadon #B0FAAB

Tints of Celadon #B0FAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.88%

 BLUE value IS 171 (67.19% from 255) = 28.64%

R = 29.48%
G = 41.88%
B = 28.64%

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

#B0FAAB (or 0xB0FAAB) is known color: Celadon. HEX triplet: B0, FA and AB. RGB value is (176,250,171). Sum of RGB (Red+Green+Blue) = 176+250+171=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FAAB is #4F0554. Grayscale: #DBDBDB. Windows color (decimal): -5178709 or 11270832. OLE color: 11270832.

HSL color Cylindrical-coordinate representation of color #B0FAAB: hue angle of 116.2º degrees, saturation: 0.89, 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 #B0FAAB is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 171 -
CMYK 0.30 0 0.32 0.02
HSL 116.2º 0.89% 0.83% -
HSV(B) 116.2º 0.32% 0.98% -
XYZ 59.44 80.54 50.94 -
YUV 218.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 176 250 171 0.30 0 0.32 0.02 116.2 0.89 0.83
Hex B0 FA AB 1E 0 20 2 74 59 53
Octal 260 372 253 36 0 40 2 164 131 123
Binary 10110000 11111010 10101011 11110 0 100000 10 1110100 1011001 1010011

Color Harmonies of #B0FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FAAB

Black with #B0FAAB

Text Example


Text Example

White with #B0FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FAAB; }

 p { color: rgb(176,250,171); }

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

background-color css

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

 a { background-color: rgb(176,250,171); }

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

border-color css

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

 span { border-color: rgb(176,250,171); }

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