#B6F6B2

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

Shades of Celadon #B6F6B2

Tints of Celadon #B6F6B2

Color information

#B6F6B2 (or 0xB6F6B2) is unknown color: approx Celadon. HEX triplet: B6, F6 and B2. RGB value is (182,246,178). Sum of RGB (Red+Green+Blue) = 182+246+178=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F6B2 is #49094D. Grayscale: #DBDBDB. Windows color (decimal): -4786510 or 11728566. OLE color: 11728566.

HSL color Cylindrical-coordinate representation of color #B6F6B2: hue angle of 116.47º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6F6B2 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB182246178-
CMYK0.2600.280.04
HSL116.47º79.07%83.14%-
HSV(B)116.47º27.64%96.47%-
XYZ60.2879.0754.2-
YUV219.11104.8101.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=30.03%
G=40.59%
B=29.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822461780.2600.280.04116.4779.0783.14
HexB6F6B21A01C4744f53
Octal266366262320344164117123
Binary10110110111101101011001011010011100100111010010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F6B2; }

 p { color: rgb(182,246,178); }

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

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

 a { background-color: rgb(182,246,178); }

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

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

 span { border-color: rgb(182,246,178); }

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