#B2F1B5

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

Shades of Celadon #B2F1B5

Tints of Celadon #B2F1B5

Color information

#B2F1B5 (or 0xB2F1B5) is unknown color: approx Celadon. HEX triplet: B2, F1 and B5. RGB value is (178,241,181). Sum of RGB (Red+Green+Blue) = 178+241+181=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1B5 is #4D0E4A. Grayscale: #D7D7D7. Windows color (decimal): -5049931 or 11923890. OLE color: 11923890.

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

Color convert

RGB178241181-
CMYK0.2600.250.05
HSL122.86º69.23%82.16%-
HSV(B)122.86º26.14%94.51%-
XYZ58.1675.7155.26-
YUV215.32108.63101.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 181 (71.09% from 255) = 30.17%
R=29.67%
G=40.17%
B=30.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782411810.2600.250.05122.8669.2382.16
HexB2F1B51A01957b4552
Octal262361265320315173105122
Binary10110010111100011011010111010011001101111101110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F1B5; }

 p { color: rgb(178,241,181); }

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

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

 a { background-color: rgb(178,241,181); }

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

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

 span { border-color: rgb(178,241,181); }

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