#B0FBB1

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

Shades of Celadon #B0FBB1

Tints of Celadon #B0FBB1

Color information

#B0FBB1 (or 0xB0FBB1) is unknown color: approx Celadon. HEX triplet: B0, FB and B1. RGB value is (176,251,177). Sum of RGB (Red+Green+Blue) = 176+251+177=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBB1 is #4F044E. Grayscale: #DCDCDC. Windows color (decimal): -5178447 or 11664304. OLE color: 11664304.

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

Color convert

RGB176251177-
CMYK0.3000.290.02
HSL120.8º90.36%83.73%-
HSV(B)120.8º29.88%98.43%-
XYZ60.3481.454.13-
YUV220.14103.6596.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=29.14%
G=41.56%
B=29.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511770.3000.290.02120.890.3683.73
HexB0FBB11E01D2795a54
Octal260373261360352171132124
Binary1011000011111011101100011111001110110111100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBB1; }

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

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

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

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

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

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

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

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