#B3EDB3

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

Shades of Celadon #B3EDB3

Tints of Celadon #B3EDB3

Color information

#B3EDB3 (or 0xB3EDB3) is unknown color: approx Celadon. HEX triplet: B3, ED and B3. RGB value is (179,237,179). Sum of RGB (Red+Green+Blue) = 179+237+179=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDB3 is #4C124C. Grayscale: #D5D5D5. Windows color (decimal): -4985421 or 11791795. OLE color: 11791795.

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

Color convert

RGB179237179-
CMYK0.2400.240.07
HSL120º61.7%81.57%-
HSV(B)120º24.47%92.94%-
XYZ57.0173.4153.81-
YUV213.05108.78103.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.08%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=30.08%
G=39.83%
B=30.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792371790.2400.240.0712061.781.57
HexB3EDB3180187783e52
Octal26335526330030717076122
Binary1011001111101101101100111100001100011111110001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDB3; }

 p { color: rgb(179,237,179); }

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

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

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

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

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

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

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