#B0F8AC

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

Shades of Celadon #B0F8AC

Tints of Celadon #B0F8AC

Color information

#B0F8AC (or 0xB0F8AC) is unknown color: approx Celadon. HEX triplet: B0, F8 and AC. RGB value is (176,248,172). Sum of RGB (Red+Green+Blue) = 176+248+172=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F8AC is #4F0753. Grayscale: #DADADA. Windows color (decimal): -5179220 or 11335856. OLE color: 11335856.

HSL color Cylindrical-coordinate representation of color #B0F8AC: hue angle of 116.84º degrees, saturation: 0.84, 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 #B0F8AC is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB176248172-
CMYK0.2900.310.03
HSL116.84º84.44%82.35%-
HSV(B)116.84º30.65%97.25%-
XYZ58.9279.3451.24-
YUV217.81102.1598.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=29.53%
G=41.61%
B=28.86%

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
Decimal1762481720.2900.310.03116.8484.4482.35
HexB0F8AC1D01F3755452
Octal260370254350373165124122
Binary1011000011111000101011001110101111111111010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8AC; }

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

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

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

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

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

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

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

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