#B3EFB5

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

Shades of Celadon #B3EFB5

Tints of Celadon #B3EFB5

Color information

#B3EFB5 (or 0xB3EFB5) is unknown color: approx Celadon. HEX triplet: B3, EF and B5. RGB value is (179,239,181). Sum of RGB (Red+Green+Blue) = 179+239+181=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFB5 is #4C104A. Grayscale: #D6D6D6. Windows color (decimal): -4984907 or 11923379. OLE color: 11923379.

HSL color Cylindrical-coordinate representation of color #B3EFB5: hue angle of 122º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFB5 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB179239181-
CMYK0.2500.240.06
HSL122º65.22%81.96%-
HSV(B)122º25.1%93.73%-
XYZ57.874.6555.08-
YUV214.45109.12102.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=29.88%
G=39.90%
B=30.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792391810.2500.240.0612265.2281.96
HexB3EFB51901867a4152
Octal263357265310306172101122
Binary10110011111011111011010111001011000110111101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFB5; }

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

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

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

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

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

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

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

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