#B4FAAF

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

Shades of Celadon #B4FAAF

Tints of Celadon #B4FAAF

Color information

#B4FAAF (or 0xB4FAAF) is unknown color: approx Celadon. HEX triplet: B4, FA and AF. RGB value is (180,250,175). Sum of RGB (Red+Green+Blue) = 180+250+175=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FAAF is #4B0550. Grayscale: #DCDCDC. Windows color (decimal): -4916561 or 11532980. OLE color: 11532980.

HSL color Cylindrical-coordinate representation of color #B4FAAF: hue angle of 116º 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 #B4FAAF is Cyan = 0.28, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB180250175-
CMYK0.2800.30.02
HSL116º88.24%83.33%-
HSV(B)116º30%98.04%-
XYZ60.7581.1753.02-
YUV220.52102.3199.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=29.75%
G=41.32%
B=28.93%

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
Decimal1802501750.2800.30.0211688.2483.33
HexB4FAAF1C01E2745853
Octal264372257340362164130123
Binary1011010011111010101011111110001111010111010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAAF; }

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

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

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

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

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

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

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

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