#B0FEAF

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

Shades of Celadon #B0FEAF

Tints of Celadon #B0FEAF

Color information

#B0FEAF (or 0xB0FEAF) is unknown color: approx Celadon. HEX triplet: B0, FE and AF. RGB value is (176,254,175). Sum of RGB (Red+Green+Blue) = 176+254+175=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEAF is #4F0150. Grayscale: #DDDDDD. Windows color (decimal): -5177681 or 11534000. OLE color: 11534000.

HSL color Cylindrical-coordinate representation of color #B0FEAF: hue angle of 119.24º 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 #B0FEAF is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB176254175-
CMYK0.3100.310.00
HSL119.24º97.53%84.12%-
HSV(B)119.24º31.1%99.61%-
XYZ61.0883.2153.4-
YUV221.67101.6695.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=29.09%
G=41.98%
B=28.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541750.3100.310.00119.2497.5384.12
HexB0FEAF1F01F0776254
Octal260376257370370167142124
Binary101100001111111010101111111110111110111011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEAF; }

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

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

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

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

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

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

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

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