#B0F0B3

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

Shades of Celadon #B0F0B3

Tints of Celadon #B0F0B3

Color information

#B0F0B3 (or 0xB0F0B3) is unknown color: approx Celadon. HEX triplet: B0, F0 and B3. RGB value is (176,240,179). Sum of RGB (Red+Green+Blue) = 176+240+179=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0B3 is #4F0F4C. Grayscale: #D6D6D6. Windows color (decimal): -5181261 or 11792560. OLE color: 11792560.

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

Color convert

RGB176240179-
CMYK0.2700.250.06
HSL122.81º68.09%81.57%-
HSV(B)122.81º26.67%94.12%-
XYZ57.274.854.07-
YUV213.91108.3100.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.58%
GREEN value IS 240 (94.14% from 255) = 40.34%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=29.58%
G=40.34%
B=30.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401790.2700.250.06122.8168.0981.57
HexB0F0B31B01967b4452
Octal260360263330316173104122
Binary10110000111100001011001111011011001110111101110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0B3; }

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

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

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

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

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

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

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

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