#B3FEB6

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

Shades of Celadon #B3FEB6

Tints of Celadon #B3FEB6

Color information

#B3FEB6 (or 0xB3FEB6) is unknown color: approx Celadon. HEX triplet: B3, FE and B6. RGB value is (179,254,182). Sum of RGB (Red+Green+Blue) = 179+254+182=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEB6 is #4C0149. Grayscale: #DFDFDF. Windows color (decimal): -4981066 or 11992755. OLE color: 11992755.

HSL color Cylindrical-coordinate representation of color #B3FEB6: hue angle of 122.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEB6 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB179254182-
CMYK0.3000.280.00
HSL122.4º97.4%84.9%-
HSV(B)122.4º29.53%99.61%-
XYZ62.4883.8457.15-
YUV223.37104.6596.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.11%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=29.11%
G=41.30%
B=29.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792541820.3000.280.00122.497.484.9
HexB3FEB61E01C07a6155
Octal263376266360340172141125
Binary101100111111111010110110111100111000111101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEB6; }

 p { color: rgb(179,254,182); }

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

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

 a { background-color: rgb(179,254,182); }

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

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

 span { border-color: rgb(179,254,182); }

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