Html Css Color HEX #AAFAB2 Celadon

📋 copy color: '#AAFAB2'

red 170 ◦ green 250 ◦ blue 178

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

Shades of Celadon #AAFAB2

Tints of Celadon #AAFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.77%

R = 28.43%
G = 41.81%
B = 29.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#AAFAB2 (or 0xAAFAB2) is known color: Celadon. HEX triplet: AA, FA and B2. RGB value is (170,250,178). Sum of RGB (Red+Green+Blue) = 170+250+178=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAB2 is #55054D. Grayscale: #DADADA. Windows color (decimal): -5571918 or 11729578. OLE color: 11729578.

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

Color convert

RGB 170 250 178 -
CMYK 0.32 0 0.29 0.02
HSL 126º 0.89% 0.82% -
HSV(B) 126º 0.32% 0.98% -
XYZ 58.8 80.13 54.49 -
YUV 217.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 170 250 178 0.32 0 0.29 0.02 126 0.89 0.82
Hex AA FA B2 20 0 1D 2 7E 59 52
Octal 252 372 262 40 0 35 2 176 131 122
Binary 10101010 11111010 10110010 100000 0 11101 10 1111110 1011001 1010010

Color Harmonies of #AAFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAB2

Black with #AAFAB2

Text Example


Text Example

White with #AAFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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