Html Css Color HEX #AAF2B1 Celadon

📋 copy color: '#AAF2B1'

red 170 ◦ green 242 ◦ blue 177

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

Shades of Celadon #AAF2B1

Tints of Celadon #AAF2B1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.09%

 BLUE value IS 177 (69.53% from 255) = 30.05%

R = 28.86%
G = 41.09%
B = 30.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#AAF2B1 (or 0xAAF2B1) is known color: Celadon. HEX triplet: AA, F2 and B1. RGB value is (170,242,177). Sum of RGB (Red+Green+Blue) = 170+242+177=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2B1 is #550D4E. Grayscale: #D5D5D5. Windows color (decimal): -5573967 or 11661994. OLE color: 11661994.

HSL color Cylindrical-coordinate representation of color #AAF2B1: hue angle of 125.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2B1 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 177 -
CMYK 0.30 0 0.27 0.05
HSL 125.83º 0.73% 0.81% -
HSV(B) 125.83º 0.3% 0.95% -
XYZ 56.27 75.22 53.15 -
YUV 213.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 170 242 177 0.30 0 0.27 0.05 125.83 0.73 0.81
Hex AA F2 B1 1E 0 1B 5 7E 49 51
Octal 252 362 261 36 0 33 5 176 111 121
Binary 10101010 11110010 10110001 11110 0 11011 101 1111110 1001001 1010001

Color Harmonies of #AAF2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2B1

Black with #AAF2B1

Text Example


Text Example

White with #AAF2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2B1; }

 p { color: rgb(170,242,177); }

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

background-color css

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

 a { background-color: rgb(170,242,177); }

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

border-color css

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

 span { border-color: rgb(170,242,177); }

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