#b2e2b3

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

Shades of Celadon #B2E2B3

Tints of Celadon #B2E2B3

Color information

#B2E2B3 (or 0xB2E2B3) is unknown color: approx Celadon. HEX triplet: B2, E2 and B3. RGB value is (178,226,179). Sum of RGB (Red+Green+Blue) = 178+226+179=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E2B3 is #4D1D4C. Grayscale: #CECECE. Windows color (decimal): -5053773 or 11788978. OLE color: 11788978.

HSL color Cylindrical-coordinate representation of color #B2E2B3: hue angle of 121.25º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E2B3 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB178226179-
CMYK0.2100.210.11
HSL121.25º45.28%79.22%-
HSV(B)121.25º21.24%88.63%-
XYZ53.6967.1152.77-
YUV206.29112.6107.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=30.53%
G=38.77%
B=30.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782261790.2100.210.11121.2545.2879.22
HexB2E2B315015B792d4f
Octal262342263250251317155117
Binary10110010111000101011001110101010101101111110011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2e2b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2e2b3; }

 p { color: rgb(178,226,179); }

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

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

 a { background-color: rgb(178,226,179); }

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

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

 span { border-color: rgb(178,226,179); }

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