#B3EEB6

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

Shades of Celadon #B3EEB6

Tints of Celadon #B3EEB6

Color information

#B3EEB6 (or 0xB3EEB6) is unknown color: approx Celadon. HEX triplet: B3, EE and B6. RGB value is (179,238,182). Sum of RGB (Red+Green+Blue) = 179+238+182=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEB6 is #4C1149. Grayscale: #D6D6D6. Windows color (decimal): -4985162 or 11988659. OLE color: 11988659.

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

Color convert

RGB179238182-
CMYK0.2500.240.07
HSL123.05º63.44%81.76%-
HSV(B)123.05º24.79%93.33%-
XYZ57.6174.1155.52-
YUV213.97109.95103.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 182 (71.48% from 255) = 30.38%
R=29.88%
G=39.73%
B=30.38%

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
Decimal1792381820.2500.240.07123.0563.4481.76
HexB3EEB61901877b3f52
Octal26335626631030717377122
Binary1011001111101110101101101100101100011111110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEB6; }

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

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

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

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

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

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

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

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