#B3FBB0

Color #B3FBB0 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #B3FBB0

Tints of Celadon #B3FBB0

Color information

#B3FBB0 (or 0xB3FBB0) is unknown color: approx 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

RGB179251176-
CMYK0.2900.300.02
HSL117.6º90.36%83.73%-
HSV(B)117.6º29.88%98.43%-
XYZ60.9281.7153.64-
YUV220.92102.6598.1-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792511760.2900.300.02117.690.3683.73
HexB3FBB01D01E2765a54
Octal263373260350362166132124
Binary1011001111111011101100001110101111010111011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>