#B0F0AF

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

Shades of Celadon #B0F0AF

Tints of Celadon #B0F0AF

Color information

#B0F0AF (or 0xB0F0AF) is unknown color: approx Celadon. HEX triplet: B0, F0 and AF. RGB value is (176,240,175). Sum of RGB (Red+Green+Blue) = 176+240+175=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F0AF is #4F0F50. Grayscale: #D5D5D5. Windows color (decimal): -5181265 or 11530416. OLE color: 11530416.

HSL color Cylindrical-coordinate representation of color #B0F0AF: hue angle of 119.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0AF is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB176240175-
CMYK0.2700.270.06
HSL119.08º68.42%81.37%-
HSV(B)119.08º27.08%94.12%-
XYZ56.874.6551.97-
YUV213.45106.3101.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=29.78%
G=40.61%
B=29.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401750.2700.270.06119.0868.4281.37
HexB0F0AF1B01B6774451
Octal260360257330336167104121
Binary10110000111100001010111111011011011110111011110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0AF; }

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

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

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

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

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

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

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

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