#B6F0B5

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

Shades of Celadon #B6F0B5

Tints of Celadon #B6F0B5

Color information

#B6F0B5 (or 0xB6F0B5) is unknown color: approx Celadon. HEX triplet: B6, F0 and B5. RGB value is (182,240,181). Sum of RGB (Red+Green+Blue) = 182+240+181=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F0B5 is #490F4A. Grayscale: #D8D8D8. Windows color (decimal): -4788043 or 11923638. OLE color: 11923638.

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

Color convert

RGB182240181-
CMYK0.2400.250.06
HSL118.98º66.29%82.55%-
HSV(B)118.98º24.58%94.12%-
XYZ58.7975.655.21-
YUV215.93108.28103.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.18%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 181 (71.09% from 255) = 30.02%
R=30.18%
G=39.80%
B=30.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822401810.2400.250.06118.9866.2982.55
HexB6F0B5180196774253
Octal266360265300316167102123
Binary10110110111100001011010111000011001110111011110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F0B5; }

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

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

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

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

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

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

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

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