#B6EEB5

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

Shades of Celadon #B6EEB5

Tints of Celadon #B6EEB5

Color information

#B6EEB5 (or 0xB6EEB5) is unknown color: approx Celadon. HEX triplet: B6, EE and B5. RGB value is (182,238,181). Sum of RGB (Red+Green+Blue) = 182+238+181=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EEB5 is #49114A. Grayscale: #D6D6D6. Windows color (decimal): -4788555 or 11923126. OLE color: 11923126.

HSL color Cylindrical-coordinate representation of color #B6EEB5: hue angle of 118.95º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EEB5 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB182238181-
CMYK0.2400.240.07
HSL118.95º62.64%82.16%-
HSV(B)118.95º23.95%93.33%-
XYZ58.2174.4355.01-
YUV214.76108.95104.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.28%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=30.28%
G=39.60%
B=30.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822381810.2400.240.07118.9562.6482.16
HexB6EEB5180187773f52
Octal26635626530030716777122
Binary1011011011101110101101011100001100011111101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EEB5; }

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

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

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

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

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

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

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

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