Html Css Color HEX #AAFAB4 Celadon

📋 copy color: '#AAFAB4'

red 170 ◦ green 250 ◦ blue 180

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

Shades of Celadon #AAFAB4

Tints of Celadon #AAFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30%

R = 28.33%
G = 41.67%
B = 30%

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

#AAFAB4 (or 0xAAFAB4) is known color: Celadon. HEX triplet: AA, FA and B4. RGB value is (170,250,180). Sum of RGB (Red+Green+Blue) = 170+250+180=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAB4 is #55054B. Grayscale: #DADADA. Windows color (decimal): -5571916 or 11860650. OLE color: 11860650.

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

Color convert

RGB 170 250 180 -
CMYK 0.32 0 0.28 0.02
HSL 127.5º 0.89% 0.82% -
HSV(B) 127.5º 0.32% 0.98% -
XYZ 59 80.21 55.55 -
YUV 218.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 170 250 180 0.32 0 0.28 0.02 127.5 0.89 0.82
Hex AA FA B4 20 0 1C 2 80 59 52
Octal 252 372 264 40 0 34 2 200 131 122
Binary 10101010 11111010 10110100 100000 0 11100 10 10000000 1011001 1010010

Color Harmonies of #AAFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAB4

Black with #AAFAB4

Text Example


Text Example

White with #AAFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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