#B0F1B3

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

Shades of Celadon #B0F1B3

Tints of Celadon #B0F1B3

Color information

#B0F1B3 (or 0xB0F1B3) is unknown color: approx Celadon. HEX triplet: B0, F1 and B3. RGB value is (176,241,179). Sum of RGB (Red+Green+Blue) = 176+241+179=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1B3 is #4F0E4C. Grayscale: #D6D6D6. Windows color (decimal): -5181005 or 11792816. OLE color: 11792816.

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

Color convert

RGB176241179-
CMYK0.2700.260.05
HSL122.77º69.89%81.76%-
HSV(B)122.77º26.97%94.51%-
XYZ57.575.454.17-
YUV214.5107.97100.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 179 (70.31% from 255) = 30.03%
R=29.53%
G=40.44%
B=30.03%

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
Decimal1762411790.2700.260.05122.7769.8981.76
HexB0F1B31B01A57b4652
Octal260361263330325173106122
Binary10110000111100011011001111011011010101111101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1B3; }

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

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

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

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

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

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

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

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