#B3EFB3

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

Shades of Celadon #B3EFB3

Tints of Celadon #B3EFB3

Color information

#B3EFB3 (or 0xB3EFB3) is unknown color: approx Celadon. HEX triplet: B3, EF and B3. RGB value is (179,239,179). Sum of RGB (Red+Green+Blue) = 179+239+179=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFB3 is #4C104C. Grayscale: #D6D6D6. Windows color (decimal): -4984909 or 11792307. OLE color: 11792307.

HSL color Cylindrical-coordinate representation of color #B3EFB3: hue angle of 120º 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 #B3EFB3 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB179239179-
CMYK0.2500.250.06
HSL120º65.22%81.96%-
HSV(B)120º25.1%93.73%-
XYZ57.5974.5754.01-
YUV214.22108.12102.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.98%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=29.98%
G=40.03%
B=29.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792391790.2500.250.0612065.2281.96
HexB3EFB3190196784152
Octal263357263310316170101122
Binary10110011111011111011001111001011001110111100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFB3; }

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

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

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

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

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

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

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

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