Html Css Color HEX #AAF8AB Celadon

📋 copy color: '#AAF8AB'

red 170 ◦ green 248 ◦ blue 171

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

Shades of Celadon #AAF8AB

Tints of Celadon #AAF8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.03%

R = 28.86%
G = 42.11%
B = 29.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#AAF8AB (or 0xAAF8AB) is known color: Celadon. HEX triplet: AA, F8 and AB. RGB value is (170,248,171). Sum of RGB (Red+Green+Blue) = 170+248+171=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF8AB is #550754. Grayscale: #D8D8D8. Windows color (decimal): -5572437 or 11270314. OLE color: 11270314.

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

Color convert

RGB 170 248 171 -
CMYK 0.31 0 0.31 0.03
HSL 120.77º 0.85% 0.82% -
HSV(B) 120.77º 0.31% 0.97% -
XYZ 57.5 78.62 50.67 -
YUV 215.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 170 248 171 0.31 0 0.31 0.03 120.77 0.85 0.82
Hex AA F8 AB 1F 0 1F 3 79 55 52
Octal 252 370 253 37 0 37 3 171 125 122
Binary 10101010 11111000 10101011 11111 0 11111 11 1111001 1010101 1010010

Color Harmonies of #AAF8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8AB

Black with #AAF8AB

Text Example


Text Example

White with #AAF8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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