#B3EDB1

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

Shades of Celadon #B3EDB1

Tints of Celadon #B3EDB1

Color information

#B3EDB1 (or 0xB3EDB1) is unknown color: approx Celadon. HEX triplet: B3, ED and B1. RGB value is (179,237,177). Sum of RGB (Red+Green+Blue) = 179+237+177=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EDB1 is #4C124E. Grayscale: #D4D4D4. Windows color (decimal): -4985423 or 11660723. OLE color: 11660723.

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

Color convert

RGB179237177-
CMYK0.2400.250.07
HSL118º62.5%81.18%-
HSV(B)118º25.32%92.94%-
XYZ56.8173.3352.75-
YUV212.82107.78103.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.19%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=30.19%
G=39.97%
B=29.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792371770.2400.250.0711862.581.18
HexB3EDB1180197763e51
Octal26335526130031716676121
Binary1011001111101101101100011100001100111111101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDB1; }

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

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

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

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

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

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

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

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