#AFE4B3

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

Shades of Celadon #AFE4B3

Tints of Celadon #AFE4B3

Color information

#AFE4B3 (or 0xAFE4B3) is unknown color: approx Celadon. HEX triplet: AF, E4 and B3. RGB value is (175,228,179). Sum of RGB (Red+Green+Blue) = 175+228+179=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4B3 is #501B4C. Grayscale: #CECECE. Windows color (decimal): -5249869 or 11789487. OLE color: 11789487.

HSL color Cylindrical-coordinate representation of color #AFE4B3: hue angle of 124.53º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4B3 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB175228179-
CMYK0.2300.210.11
HSL124.53º49.53%79.02%-
HSV(B)124.53º23.25%89.41%-
XYZ53.5667.8652.92-
YUV206.57112.44105.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 228 (89.45% from 255) = 39.18%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=30.07%
G=39.18%
B=30.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281790.2300.210.11124.5349.5379.02
HexAFE4B317015B7d324f
Octal257344263270251317562117
Binary10101111111001001011001110111010101101111111011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4B3; }

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

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

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

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

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

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

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

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