#AFE5B3

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

Shades of Celadon #AFE5B3

Tints of Celadon #AFE5B3

Color information

#AFE5B3 (or 0xAFE5B3) is unknown color: approx Celadon. HEX triplet: AF, E5 and B3. RGB value is (175,229,179). Sum of RGB (Red+Green+Blue) = 175+229+179=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5B3 is #501A4C. Grayscale: #CFCFCF. Windows color (decimal): -5249613 or 11789743. OLE color: 11789743.

HSL color Cylindrical-coordinate representation of color #AFE5B3: hue angle of 124.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5B3 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB175229179-
CMYK0.2400.220.10
HSL124.44º50.94%79.22%-
HSV(B)124.44º23.58%89.8%-
XYZ53.8468.4153.01-
YUV207.15112.11105.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=30.02%
G=39.28%
B=30.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291790.2400.220.10124.4450.9479.22
HexAFE5B318016A7c334f
Octal257345263300261217463117
Binary10101111111001011011001111000010110101011111001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5B3; }

 p { color: rgb(175,229,179); }

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

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

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

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

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

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

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