#B6F3B4

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

Shades of Celadon #B6F3B4

Tints of Celadon #B6F3B4

Color information

#B6F3B4 (or 0xB6F3B4) is unknown color: approx Celadon. HEX triplet: B6, F3 and B4. RGB value is (182,243,180). Sum of RGB (Red+Green+Blue) = 182+243+180=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3B4 is #490C4B. Grayscale: #D9D9D9. Windows color (decimal): -4787276 or 11858870. OLE color: 11858870.

HSL color Cylindrical-coordinate representation of color #B6F3B4: hue angle of 118.1º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F3B4 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB182243180-
CMYK0.2500.260.05
HSL118.1º72.41%82.94%-
HSV(B)118.1º25.93%95.29%-
XYZ59.5877.3454.97-
YUV217.58106.79102.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 243 (95.31% from 255) = 40.17%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=30.08%
G=40.17%
B=29.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431800.2500.260.05118.172.4182.94
HexB6F3B41901A5764853
Octal266363264310325166110123
Binary10110110111100111011010011001011010101111011010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3B4; }

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

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

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

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

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

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

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

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