#B2EEB0

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

Shades of Celadon #B2EEB0

Tints of Celadon #B2EEB0

Color information

#B2EEB0 (or 0xB2EEB0) is unknown color: approx Celadon. HEX triplet: B2, EE and B0. RGB value is (178,238,176). Sum of RGB (Red+Green+Blue) = 178+238+176=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EEB0 is #4D114F. Grayscale: #D5D5D5. Windows color (decimal): -5050704 or 11595442. OLE color: 11595442.

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

Color convert

RGB178238176-
CMYK0.2500.260.07
HSL118.06º64.58%81.18%-
HSV(B)118.06º26.05%93.33%-
XYZ56.7773.7552.32-
YUV212.99107.12103.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.07%
GREEN value IS 238 (93.36% from 255) = 40.20%
BLUE value IS 176 (69.14% from 255) = 29.73%
R=30.07%
G=40.20%
B=29.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782381760.2500.260.07118.0664.5881.18
HexB2EEB01901A7764151
Octal262356260310327166101121
Binary10110010111011101011000011001011010111111011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEB0; }

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

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

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

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

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

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

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

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