#B3FFAE

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

Shades of Celadon #B3FFAE

Tints of Celadon #B3FFAE

Color information

#B3FFAE (or 0xB3FFAE) is unknown color: approx Celadon. HEX triplet: B3, FF and AE. RGB value is (179,255,174). Sum of RGB (Red+Green+Blue) = 179+255+174=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FFAE is #4C0051. Grayscale: #DFDFDF. Windows color (decimal): -4980818 or 11468723. OLE color: 11468723.

HSL color Cylindrical-coordinate representation of color #B3FFAE: hue angle of 116.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3FFAE is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB179255174-
CMYK0.3000.320
HSL116.3º100%84.12%-
HSV(B)116.3º31.76%100%-
XYZ61.9984.1653.02-
YUV223.04100.3296.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=29.44%
G=41.94%
B=28.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792551740.3000.320116.310084.12
HexB3FFAE1E0200746454
Octal263377256360400164144124
Binary1011001111111111101011101111001000000111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFAE; }

 p { color: rgb(179,255,174); }

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

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

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

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

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

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

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