#B0F0B2

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

Shades of Celadon #B0F0B2

Tints of Celadon #B0F0B2

Color information

#B0F0B2 (or 0xB0F0B2) is unknown color: approx Celadon. HEX triplet: B0, F0 and B2. RGB value is (176,240,178). Sum of RGB (Red+Green+Blue) = 176+240+178=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F0B2 is #4F0F4D. Grayscale: #D5D5D5. Windows color (decimal): -5181262 or 11727024. OLE color: 11727024.

HSL color Cylindrical-coordinate representation of color #B0F0B2: hue angle of 121.87º 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 #B0F0B2 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB176240178-
CMYK0.2700.260.06
HSL121.87º68.09%81.57%-
HSV(B)121.87º26.67%94.12%-
XYZ57.174.7653.54-
YUV213.8107.8101.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=29.63%
G=40.40%
B=29.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401780.2700.260.06121.8768.0981.57
HexB0F0B21B01A67a4452
Octal260360262330326172104122
Binary10110000111100001011001011011011010110111101010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0B2; }

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

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

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

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

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

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

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

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