#B3EBB5

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

Shades of Celadon #B3EBB5

Tints of Celadon #B3EBB5

Color information

#B3EBB5 (or 0xB3EBB5) is unknown color: approx Celadon. HEX triplet: B3, EB and B5. RGB value is (179,235,181). Sum of RGB (Red+Green+Blue) = 179+235+181=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBB5 is #4C144A. Grayscale: #D4D4D4. Windows color (decimal): -4985931 or 11922355. OLE color: 11922355.

HSL color Cylindrical-coordinate representation of color #B3EBB5: hue angle of 122.14º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBB5 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB179235181-
CMYK0.2400.230.08
HSL122.14º58.33%81.18%-
HSV(B)122.14º23.83%92.16%-
XYZ56.6472.3454.69-
YUV212.1110.45104.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.08%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=30.08%
G=39.50%
B=30.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792351810.2400.230.08122.1458.3381.18
HexB3EBB51801787a3a51
Octal263353265300271017272121
Binary10110011111010111011010111000010111100011110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBB5; }

 p { color: rgb(179,235,181); }

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

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

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

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

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

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

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