#B2FBAF

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

Shades of Celadon #B2FBAF

Tints of Celadon #B2FBAF

Color information

#B2FBAF (or 0xB2FBAF) is unknown color: approx Celadon. HEX triplet: B2, FB and AF. RGB value is (178,251,175). Sum of RGB (Red+Green+Blue) = 178+251+175=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FBAF is #4D0450. Grayscale: #DCDCDC. Windows color (decimal): -5047377 or 11533234. OLE color: 11533234.

HSL color Cylindrical-coordinate representation of color #B2FBAF: hue angle of 117.63º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FBAF is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB178251175-
CMYK0.2900.300.02
HSL117.63º90.48%83.53%-
HSV(B)117.63º30.28%98.43%-
XYZ60.681.5553.11-
YUV220.51102.3297.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=29.47%
G=41.56%
B=28.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511750.2900.300.02117.6390.4883.53
HexB2FBAF1D01E2765a54
Octal262373257350362166132124
Binary1011001011111011101011111110101111010111011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBAF; }

 p { color: rgb(178,251,175); }

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

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

 a { background-color: rgb(178,251,175); }

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

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

 span { border-color: rgb(178,251,175); }

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