#B1F3B6

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

Shades of Celadon #B1F3B6

Tints of Celadon #B1F3B6

Color information

#B1F3B6 (or 0xB1F3B6) is unknown color: approx Celadon. HEX triplet: B1, F3 and B6. RGB value is (177,243,182). Sum of RGB (Red+Green+Blue) = 177+243+182=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3B6 is #4E0C49. Grayscale: #D8D8D8. Windows color (decimal): -5114954 or 11989937. OLE color: 11989937.

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

Color convert

RGB177243182-
CMYK0.2700.250.05
HSL124.55º73.33%82.35%-
HSV(B)124.55º27.16%95.29%-
XYZ58.6376.8355.99-
YUV216.31108.6399.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=29.40%
G=40.37%
B=30.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772431820.2700.250.05124.5573.3382.35
HexB1F3B61B01957d4952
Octal261363266330315175111122
Binary10110001111100111011011011011011001101111110110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3B6; }

 p { color: rgb(177,243,182); }

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

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

 a { background-color: rgb(177,243,182); }

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

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

 span { border-color: rgb(177,243,182); }

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