#B0F2B2

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

Shades of Celadon #B0F2B2

Tints of Celadon #B0F2B2

Color information

#B0F2B2 (or 0xB0F2B2) is unknown color: approx Celadon. HEX triplet: B0, F2 and B2. RGB value is (176,242,178). Sum of RGB (Red+Green+Blue) = 176+242+178=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2B2 is #4F0D4D. Grayscale: #D7D7D7. Windows color (decimal): -5180750 or 11727536. OLE color: 11727536.

HSL color Cylindrical-coordinate representation of color #B0F2B2: hue angle of 121.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2B2 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB176242178-
CMYK0.2700.260.05
HSL121.82º71.74%81.96%-
HSV(B)121.82º27.27%94.9%-
XYZ57.6975.9553.74-
YUV214.97107.13100.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 242 (94.92% from 255) = 40.60%
BLUE value IS 178 (69.92% from 255) = 29.87%
R=29.53%
G=40.60%
B=29.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421780.2700.260.05121.8271.7481.96
HexB0F2B21B01A57a4852
Octal260362262330325172110122
Binary10110000111100101011001011011011010101111101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2B2; }

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

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

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

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

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

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

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

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