#AFF7AB

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

Shades of Celadon #AFF7AB

Tints of Celadon #AFF7AB

Color information

#AFF7AB (or 0xAFF7AB) is unknown color: approx Celadon. HEX triplet: AF, F7 and AB. RGB value is (175,247,171). Sum of RGB (Red+Green+Blue) = 175+247+171=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7AB is #500854. Grayscale: #D9D9D9. Windows color (decimal): -5245013 or 11270063. OLE color: 11270063.

HSL color Cylindrical-coordinate representation of color #AFF7AB: hue angle of 116.84º degrees, saturation: 0.83, 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 #AFF7AB is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB175247171-
CMYK0.2900.310.03
HSL116.84º82.61%81.96%-
HSV(B)116.84º30.77%96.86%-
XYZ58.2978.5850.62-
YUV216.81102.1598.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 247 (96.88% from 255) = 41.65%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=29.51%
G=41.65%
B=28.84%

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
Decimal1752471710.2900.310.03116.8482.6181.96
HexAFF7AB1D01F3755352
Octal257367253350373165123122
Binary1010111111110111101010111110101111111111010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7AB; }

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

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

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

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

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

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

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

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