Html Css Color HEX #B3FBB0 Celadon

📋 copy color: '#B3FBB0'

red 179 ◦ green 251 ◦ blue 176

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

Shades of Celadon #B3FBB0

Tints of Celadon #B3FBB0

RGB

 RED value IS 179 (70.31% from 255) = 29.54%

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

 BLUE value IS 176 (69.14% from 255) = 29.04%

R = 29.54%
G = 41.42%
B = 29.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#B3FBB0 (or 0xB3FBB0) is known color: Celadon. HEX triplet: B3, FB and B0. RGB value is (179,251,176). Sum of RGB (Red+Green+Blue) = 179+251+176=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FBB0 is #4C044F. Grayscale: #DDDDDD. Windows color (decimal): -4981840 or 11598771. OLE color: 11598771.

HSL color Cylindrical-coordinate representation of color #B3FBB0: hue angle of 117.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FBB0 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 251 176 -
CMYK 0.29 0 0.30 0.02
HSL 117.6º 0.9% 0.84% -
HSV(B) 117.6º 0.3% 0.98% -
XYZ 60.92 81.71 53.64 -
YUV 220.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 179 251 176 0.29 0 0.30 0.02 117.6 0.9 0.84
Hex B3 FB B0 1D 0 1E 2 76 5A 54
Octal 263 373 260 35 0 36 2 166 132 124
Binary 10110011 11111011 10110000 11101 0 11110 10 1110110 1011010 1010100

Color Harmonies of #B3FBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FBB0

Black with #B3FBB0

Text Example


Text Example

White with #B3FBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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