#b0f8ae

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

Shades of Celadon #B0F8AE

Tints of Celadon #B0F8AE

Color information

#B0F8AE (or 0xB0F8AE) is unknown color: approx Celadon. HEX triplet: B0, F8 and AE. RGB value is (176,248,174). Sum of RGB (Red+Green+Blue) = 176+248+174=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F8AE is #4F0751. Grayscale: #DADADA. Windows color (decimal): -5179218 or 11466928. OLE color: 11466928.

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

Color convert

RGB176248174-
CMYK0.2900.300.03
HSL118.38º84.09%82.75%-
HSV(B)118.38º29.84%97.25%-
XYZ59.1179.4252.26-
YUV218.04103.1598.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 248 (97.27% from 255) = 41.47%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=29.43%
G=41.47%
B=29.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481740.2900.300.03118.3884.0982.75
HexB0F8AE1D01E3765453
Octal260370256350363166124123
Binary1011000011111000101011101110101111011111011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f8ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f8ae; }

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

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

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

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

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

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

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

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