#B3FBB5

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

Shades of Celadon #B3FBB5

Tints of Celadon #B3FBB5

Color information

#B3FBB5 (or 0xB3FBB5) is unknown color: approx Celadon. HEX triplet: B3, FB and B5. RGB value is (179,251,181). Sum of RGB (Red+Green+Blue) = 179+251+181=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBB5 is #4C044A. Grayscale: #DDDDDD. Windows color (decimal): -4981835 or 11926451. OLE color: 11926451.

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

Color convert

RGB179251181-
CMYK0.2900.280.02
HSL121.67º90%84.31%-
HSV(B)121.67º28.69%98.43%-
XYZ61.4381.9156.29-
YUV221.49105.1597.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.30%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=29.30%
G=41.08%
B=29.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792511810.2900.280.02121.679084.31
HexB3FBB51D01C27a5a54
Octal263373265350342172132124
Binary1011001111111011101101011110101110010111101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBB5; }

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

 H1.HeaderClassName
 {
   color: #B3FBB5;
 }
 .AnyTagClassName
 {
   color: #B3FBB5;
 }
</style>
background-color css

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

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

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

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

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

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