#B6FBB4

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

Shades of Celadon #B6FBB4

Tints of Celadon #B6FBB4

Color information

#B6FBB4 (or 0xB6FBB4) is unknown color: approx Celadon. HEX triplet: B6, FB and B4. RGB value is (182,251,180). Sum of RGB (Red+Green+Blue) = 182+251+180=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBB4 is #49044B. Grayscale: #DEDEDE. Windows color (decimal): -4785228 or 11860918. OLE color: 11860918.

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

Color convert

RGB182251180-
CMYK0.2700.280.02
HSL118.31º89.87%84.51%-
HSV(B)118.31º28.29%98.43%-
XYZ62.0382.2355.78-
YUV222.28104.1499.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=29.69%
G=40.95%
B=29.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822511800.2700.280.02118.3189.8784.51
HexB6FBB41B01C2765a55
Octal266373264330342166132125
Binary1011011011111011101101001101101110010111011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBB4; }

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

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

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

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

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

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

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

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