Html Css Color HEX #AAFAB5 Celadon

📋 copy color: '#AAFAB5'

red 170 ◦ green 250 ◦ blue 181

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

Shades of Celadon #AAFAB5

Tints of Celadon #AAFAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.12%

R = 28.29%
G = 41.6%
B = 30.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#AAFAB5 (or 0xAAFAB5) is known color: Celadon. HEX triplet: AA, FA and B5. RGB value is (170,250,181). Sum of RGB (Red+Green+Blue) = 170+250+181=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAB5 is #55054A. Grayscale: #DADADA. Windows color (decimal): -5571915 or 11926186. OLE color: 11926186.

HSL color Cylindrical-coordinate representation of color #AAFAB5: hue angle of 128.25º 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 #AAFAB5 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 181 -
CMYK 0.32 0 0.28 0.02
HSL 128.25º 0.89% 0.82% -
HSV(B) 128.25º 0.32% 0.98% -
XYZ 59.1 80.25 56.09 -
YUV 218.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 170 250 181 0.32 0 0.28 0.02 128.25 0.89 0.82
Hex AA FA B5 20 0 1C 2 80 59 52
Octal 252 372 265 40 0 34 2 200 131 122
Binary 10101010 11111010 10110101 100000 0 11100 10 10000000 1011001 1010010

Color Harmonies of #AAFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAB5

Black with #AAFAB5

Text Example


Text Example

White with #AAFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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