#B3FAAF

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

Shades of Celadon #B3FAAF

Tints of Celadon #B3FAAF

Color information

#B3FAAF (or 0xB3FAAF) is unknown color: approx Celadon. HEX triplet: B3, FA and AF. RGB value is (179,250,175). Sum of RGB (Red+Green+Blue) = 179+250+175=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FAAF is #4C0550. Grayscale: #DCDCDC. Windows color (decimal): -4982097 or 11532979. OLE color: 11532979.

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

Color convert

RGB179250175-
CMYK0.2800.30.02
HSL116.8º88.24%83.33%-
HSV(B)116.8º30%98.04%-
XYZ60.5181.0553.01-
YUV220.22102.4898.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=29.64%
G=41.39%
B=28.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792501750.2800.30.02116.888.2483.33
HexB3FAAF1C01E2755853
Octal263372257340362165130123
Binary1011001111111010101011111110001111010111010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAAF; }

 p { color: rgb(179,250,175); }

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

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

 a { background-color: rgb(179,250,175); }

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

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

 span { border-color: rgb(179,250,175); }

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