#AFF8AB

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

Shades of Celadon #AFF8AB

Tints of Celadon #AFF8AB

Color information

#AFF8AB (or 0xAFF8AB) is unknown color: approx Celadon. HEX triplet: AF, F8 and AB. RGB value is (175,248,171). Sum of RGB (Red+Green+Blue) = 175+248+171=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8AB is #500754. Grayscale: #D9D9D9. Windows color (decimal): -5244757 or 11270319. OLE color: 11270319.

HSL color Cylindrical-coordinate representation of color #AFF8AB: hue angle of 116.88º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF8AB is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB175248171-
CMYK0.2900.310.03
HSL116.88º84.62%82.16%-
HSV(B)116.88º31.05%97.25%-
XYZ58.679.1950.72-
YUV217.4101.8297.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 248 (97.27% from 255) = 41.75%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=29.46%
G=41.75%
B=28.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481710.2900.310.03116.8884.6282.16
HexAFF8AB1D01F3755552
Octal257370253350373165125122
Binary1010111111111000101010111110101111111111010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8AB; }

 p { color: rgb(175,248,171); }

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

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

 a { background-color: rgb(175,248,171); }

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

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

 span { border-color: rgb(175,248,171); }

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