#B0F8AB

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

Shades of Celadon #B0F8AB

Tints of Celadon #B0F8AB

Color information

#B0F8AB (or 0xB0F8AB) is unknown color: approx Celadon. HEX triplet: B0, F8 and AB. RGB value is (176,248,171). Sum of RGB (Red+Green+Blue) = 176+248+171=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F8AB is #4F0754. Grayscale: #D9D9D9. Windows color (decimal): -5179221 or 11270320. OLE color: 11270320.

HSL color Cylindrical-coordinate representation of color #B0F8AB: hue angle of 116.1º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F8AB is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB176248171-
CMYK0.2900.310.03
HSL116.1º84.62%82.16%-
HSV(B)116.1º31.05%97.25%-
XYZ58.8279.3150.74-
YUV217.69101.6598.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.58%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=29.58%
G=41.68%
B=28.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481710.2900.310.03116.184.6282.16
HexB0F8AB1D01F3745552
Octal260370253350373164125122
Binary1011000011111000101010111110101111111111010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8AB; }

 p { color: rgb(176,248,171); }

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

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

 a { background-color: rgb(176,248,171); }

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

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

 span { border-color: rgb(176,248,171); }

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