#B5EFB6

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

Shades of Celadon #B5EFB6

Tints of Celadon #B5EFB6

Color information

#B5EFB6 (or 0xB5EFB6) is unknown color: approx Celadon. HEX triplet: B5, EF and B6. RGB value is (181,239,182). Sum of RGB (Red+Green+Blue) = 181+239+182=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFB6 is #4A1049. Grayscale: #D7D7D7. Windows color (decimal): -4853834 or 11988917. OLE color: 11988917.

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

Color convert

RGB181239182-
CMYK0.2400.240.06
HSL121.03º64.44%82.35%-
HSV(B)121.03º24.27%93.73%-
XYZ58.3774.9355.64-
YUV215.16109.28103.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.07%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=30.07%
G=39.70%
B=30.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391820.2400.240.06121.0364.4482.35
HexB5EFB6180186794052
Octal265357266300306171100122
Binary10110101111011111011011011000011000110111100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFB6; }

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

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

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

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

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

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

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

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