#B1F0B2

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

Shades of Celadon #B1F0B2

Tints of Celadon #B1F0B2

Color information

#B1F0B2 (or 0xB1F0B2) is unknown color: approx Celadon. HEX triplet: B1, F0 and B2. RGB value is (177,240,178). Sum of RGB (Red+Green+Blue) = 177+240+178=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F0B2 is #4E0F4D. Grayscale: #D6D6D6. Windows color (decimal): -5115726 or 11727025. OLE color: 11727025.

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

Color convert

RGB177240178-
CMYK0.2600.260.06
HSL120.95º67.74%81.76%-
HSV(B)120.95º26.25%94.12%-
XYZ57.3374.8853.55-
YUV214.1107.63101.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.75%
GREEN value IS 240 (94.14% from 255) = 40.34%
BLUE value IS 178 (69.92% from 255) = 29.92%
R=29.75%
G=40.34%
B=29.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772401780.2600.260.06120.9567.7481.76
HexB1F0B21A01A6794452
Octal261360262320326171104122
Binary10110001111100001011001011010011010110111100110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0B2; }

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

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

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

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

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

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

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

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