#B2EEB5

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

Shades of Celadon #B2EEB5

Tints of Celadon #B2EEB5

Color information

#B2EEB5 (or 0xB2EEB5) is unknown color: approx Celadon. HEX triplet: B2, EE and B5. RGB value is (178,238,181). Sum of RGB (Red+Green+Blue) = 178+238+181=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEB5 is #4D114A. Grayscale: #D5D5D5. Windows color (decimal): -5050699 or 11923122. OLE color: 11923122.

HSL color Cylindrical-coordinate representation of color #B2EEB5: hue angle of 123º 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 #B2EEB5 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB178238181-
CMYK0.2500.240.07
HSL123º63.83%81.57%-
HSV(B)123º25.21%93.33%-
XYZ57.2873.9554.97-
YUV213.56109.62102.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.82%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=29.82%
G=39.87%
B=30.32%

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
Decimal1782381810.2500.240.0712363.8381.57
HexB2EEB51901877b4052
Octal262356265310307173100122
Binary10110010111011101011010111001011000111111101110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEB5; }

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

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

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

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

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

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

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

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