#B6F1B5

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

Shades of Celadon #B6F1B5

Tints of Celadon #B6F1B5

Color information

#B6F1B5 (or 0xB6F1B5) is unknown color: approx Celadon. HEX triplet: B6, F1 and B5. RGB value is (182,241,181). Sum of RGB (Red+Green+Blue) = 182+241+181=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1B5 is #490E4A. Grayscale: #D8D8D8. Windows color (decimal): -4787787 or 11923894. OLE color: 11923894.

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

Color convert

RGB182241181-
CMYK0.2400.250.05
HSL119º68.18%82.75%-
HSV(B)119º24.9%94.51%-
XYZ59.0976.1955.31-
YUV216.52107.95103.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.13%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=30.13%
G=39.90%
B=29.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822411810.2400.250.0511968.1882.75
HexB6F1B5180195774453
Octal266361265300315167104123
Binary10110110111100011011010111000011001101111011110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1B5; }

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

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

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

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

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

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

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

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