#B6F7B1

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

Shades of Celadon #B6F7B1

Tints of Celadon #B6F7B1

Color information

#B6F7B1 (or 0xB6F7B1) is unknown color: approx Celadon. HEX triplet: B6, F7 and B1. RGB value is (182,247,177). Sum of RGB (Red+Green+Blue) = 182+247+177=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F7B1 is #49084E. Grayscale: #DBDBDB. Windows color (decimal): -4786255 or 11663286. OLE color: 11663286.

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

Color convert

RGB182247177-
CMYK0.2600.280.03
HSL115.71º81.4%83.14%-
HSV(B)115.71º28.34%96.86%-
XYZ60.4979.6453.78-
YUV219.58103.97101.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=30.03%
G=40.76%
B=29.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822471770.2600.280.03115.7181.483.14
HexB6F7B11A01C3745153
Octal266367261320343164121123
Binary1011011011110111101100011101001110011111010010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F7B1; }

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

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

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

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

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

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

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

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