Html Css Color HEX #AAF8AD Celadon

📋 copy color: '#AAF8AD'

red 170 ◦ green 248 ◦ blue 173

#AAF8AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #AAF8AD

Tints of Celadon #AAF8AD

RGB

 RED value IS 170 (66.8% from 255) = 28.76%

 GREEN value IS 248 (97.27% from 255) = 41.96%

 BLUE value IS 173 (67.97% from 255) = 29.27%

R = 28.76%
G = 41.96%
B = 29.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#AAF8AD (or 0xAAF8AD) is known color: Celadon. HEX triplet: AA, F8 and AD. RGB value is (170,248,173). Sum of RGB (Red+Green+Blue) = 170+248+173=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF8AD is #550752. Grayscale: #D8D8D8. Windows color (decimal): -5572435 or 11401386. OLE color: 11401386.

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

Color convert

RGB 170 248 173 -
CMYK 0.31 0 0.30 0.03
HSL 122.31º 0.85% 0.82% -
HSV(B) 122.31º 0.31% 0.97% -
XYZ 57.69 78.7 51.68 -
YUV 216.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 170 248 173 0.31 0 0.30 0.03 122.31 0.85 0.82
Hex AA F8 AD 1F 0 1E 3 7A 55 52
Octal 252 370 255 37 0 36 3 172 125 122
Binary 10101010 11111000 10101101 11111 0 11110 11 1111010 1010101 1010010

Color Harmonies of #AAF8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8AD

Black with #AAF8AD

Text Example


Text Example

White with #AAF8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8AD; }

 p { color: rgb(170,248,173); }

 H1.HeaderClassName
 {
   color: #AAF8AD;
 }
 .AnyTagClassName
 {
   color: #AAF8AD;
 }
</style>

background-color css

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

 a { background-color: rgb(170,248,173); }

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

border-color css

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

 span { border-color: rgb(170,248,173); }

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