#B0FBAE

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

Shades of Celadon #B0FBAE

Tints of Celadon #B0FBAE

Color information

#B0FBAE (or 0xB0FBAE) is unknown color: approx Celadon. HEX triplet: B0, FB and AE. RGB value is (176,251,174). Sum of RGB (Red+Green+Blue) = 176+251+174=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBAE is #4F0451. Grayscale: #DCDCDC. Windows color (decimal): -5178450 or 11467696. OLE color: 11467696.

HSL color Cylindrical-coordinate representation of color #B0FBAE: hue angle of 118.44º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FBAE is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB176251174-
CMYK0.3000.310.02
HSL118.44º90.59%83.33%-
HSV(B)118.44º30.68%98.43%-
XYZ60.0481.2852.57-
YUV219.8102.1596.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=29.28%
G=41.76%
B=28.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511740.3000.310.02118.4490.5983.33
HexB0FBAE1E01F2765b53
Octal260373256360372166133123
Binary1011000011111011101011101111001111110111011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBAE; }

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

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

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

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

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

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

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

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