#AFE1B3

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

Shades of Celadon #AFE1B3

Tints of Celadon #AFE1B3

Color information

#AFE1B3 (or 0xAFE1B3) is unknown color: approx Celadon. HEX triplet: AF, E1 and B3. RGB value is (175,225,179). Sum of RGB (Red+Green+Blue) = 175+225+179=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1B3 is #501E4C. Grayscale: #CCCCCC. Windows color (decimal): -5250637 or 11788719. OLE color: 11788719.

HSL color Cylindrical-coordinate representation of color #AFE1B3: hue angle of 124.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE1B3 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB175225179-
CMYK0.2200.200.12
HSL124.8º45.45%78.43%-
HSV(B)124.8º22.22%88.24%-
XYZ52.7466.2252.65-
YUV204.81113.44106.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 179 (70.31% from 255) = 30.92%
R=30.22%
G=38.86%
B=30.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251790.2200.200.12124.845.4578.43
HexAFE1B316014C7d2d4e
Octal257341263260241417555116
Binary10101111111000011011001110110010100110011111011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1B3; }

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

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

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

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

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

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

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

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