#B0FEB3

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

Shades of Celadon #B0FEB3

Tints of Celadon #B0FEB3

Color information

#B0FEB3 (or 0xB0FEB3) is unknown color: approx Celadon. HEX triplet: B0, FE and B3. RGB value is (176,254,179). Sum of RGB (Red+Green+Blue) = 176+254+179=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEB3 is #4F014C. Grayscale: #DEDEDE. Windows color (decimal): -5177677 or 11796144. OLE color: 11796144.

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

Color convert

RGB176254179-
CMYK0.3100.300.00
HSL122.31º97.5%84.31%-
HSV(B)122.31º30.71%99.61%-
XYZ61.4883.3755.5-
YUV222.13103.6695.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 254 (99.61% from 255) = 41.71%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=28.90%
G=41.71%
B=29.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541790.3100.300.00122.3197.584.31
HexB0FEB31F01E07a6254
Octal260376263370360172142124
Binary101100001111111010110011111110111100111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEB3; }

 p { color: rgb(176,254,179); }

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

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

 a { background-color: rgb(176,254,179); }

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

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

 span { border-color: rgb(176,254,179); }

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