#B6FBB1

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

Shades of Celadon #B6FBB1

Tints of Celadon #B6FBB1

Color information

#B6FBB1 (or 0xB6FBB1) is unknown color: approx Celadon. HEX triplet: B6, FB and B1. RGB value is (182,251,177). Sum of RGB (Red+Green+Blue) = 182+251+177=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FBB1 is #49044E. Grayscale: #DEDEDE. Windows color (decimal): -4785231 or 11664310. OLE color: 11664310.

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

Color convert

RGB182251177-
CMYK0.2700.290.02
HSL115.95º90.24%83.92%-
HSV(B)115.95º29.48%98.43%-
XYZ61.7282.1154.19-
YUV221.93102.6499.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.84%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=29.84%
G=41.15%
B=29.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822511770.2700.290.02115.9590.2483.92
HexB6FBB11B01D2745a54
Octal266373261330352164132124
Binary1011011011111011101100011101101110110111010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBB1; }

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

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

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

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

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

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

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

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