#B0F8B1

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

Shades of Celadon #B0F8B1

Tints of Celadon #B0F8B1

Color information

#B0F8B1 (or 0xB0F8B1) is unknown color: approx Celadon. HEX triplet: B0, F8 and B1. RGB value is (176,248,177). Sum of RGB (Red+Green+Blue) = 176+248+177=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F8B1 is #4F074E. Grayscale: #DADADA. Windows color (decimal): -5179215 or 11663536. OLE color: 11663536.

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

Color convert

RGB176248177-
CMYK0.2900.290.03
HSL120.83º83.72%83.14%-
HSV(B)120.83º29.03%97.25%-
XYZ59.4179.5453.82-
YUV218.38104.6597.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 248 (97.27% from 255) = 41.26%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=29.28%
G=41.26%
B=29.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481770.2900.290.03120.8383.7283.14
HexB0F8B11D01D3795453
Octal260370261350353171124123
Binary1011000011111000101100011110101110111111100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8B1; }

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

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

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

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

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

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

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

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