#B0FBB5

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

Shades of Celadon #B0FBB5

Tints of Celadon #B0FBB5

Color information

#B0FBB5 (or 0xB0FBB5) is unknown color: approx Celadon. HEX triplet: B0, FB and B5. RGB value is (176,251,181). Sum of RGB (Red+Green+Blue) = 176+251+181=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBB5 is #4F044A. Grayscale: #DCDCDC. Windows color (decimal): -5178443 or 11926448. OLE color: 11926448.

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

Color convert

RGB176251181-
CMYK0.3000.280.02
HSL124º90.36%83.73%-
HSV(B)124º29.88%98.43%-
XYZ60.7481.5656.26-
YUV220.59105.6596.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=28.95%
G=41.28%
B=29.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511810.3000.280.0212490.3683.73
HexB0FBB51E01C27c5a54
Octal260373265360342174132124
Binary1011000011111011101101011111001110010111110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBB5; }

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

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

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

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

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

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

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

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