#B2EEB6

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

Shades of Celadon #B2EEB6

Tints of Celadon #B2EEB6

Color information

#B2EEB6 (or 0xB2EEB6) is unknown color: approx Celadon. HEX triplet: B2, EE and B6. RGB value is (178,238,182). Sum of RGB (Red+Green+Blue) = 178+238+182=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEB6 is #4D1149. Grayscale: #D5D5D5. Windows color (decimal): -5050698 or 11988658. OLE color: 11988658.

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

Color convert

RGB178238182-
CMYK0.2500.240.07
HSL124º63.83%81.57%-
HSV(B)124º25.21%93.33%-
XYZ57.3873.9955.51-
YUV213.68110.12102.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.77%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 182 (71.48% from 255) = 30.43%
R=29.77%
G=39.80%
B=30.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782381820.2500.240.0712463.8381.57
HexB2EEB61901877c4052
Octal262356266310307174100122
Binary10110010111011101011011011001011000111111110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEB6; }

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

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

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

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

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

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

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

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