Html Css Color HEX #AAFAB0 Celadon

📋 copy color: '#AAFAB0'

red 170 ◦ green 250 ◦ blue 176

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

Shades of Celadon #AAFAB0

Tints of Celadon #AAFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.95%

 BLUE value IS 176 (69.14% from 255) = 29.53%

R = 28.52%
G = 41.95%
B = 29.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#AAFAB0 (or 0xAAFAB0) is known color: Celadon. HEX triplet: AA, FA and B0. RGB value is (170,250,176). Sum of RGB (Red+Green+Blue) = 170+250+176=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAB0 is #55054F. Grayscale: #D9D9D9. Windows color (decimal): -5571920 or 11598506. OLE color: 11598506.

HSL color Cylindrical-coordinate representation of color #AAFAB0: hue angle of 124.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAB0 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 176 -
CMYK 0.32 0 0.30 0.02
HSL 124.5º 0.89% 0.82% -
HSV(B) 124.5º 0.32% 0.98% -
XYZ 58.6 80.05 53.44 -
YUV 217.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 170 250 176 0.32 0 0.30 0.02 124.5 0.89 0.82
Hex AA FA B0 20 0 1E 2 7C 59 52
Octal 252 372 260 40 0 36 2 174 131 122
Binary 10101010 11111010 10110000 100000 0 11110 10 1111100 1011001 1010010

Color Harmonies of #AAFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAB0

Black with #AAFAB0

Text Example


Text Example

White with #AAFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAB0; }

 p { color: rgb(170,250,176); }

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

background-color css

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

 a { background-color: rgb(170,250,176); }

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

border-color css

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

 span { border-color: rgb(170,250,176); }

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