Html Css Color HEX #AAE1AF Celadon

📋 copy color: '#AAE1AF'

red 170 ◦ green 225 ◦ blue 175

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

Shades of Celadon #AAE1AF

Tints of Celadon #AAE1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.47%

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 29.82%
G = 39.47%
B = 30.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#AAE1AF (or 0xAAE1AF) is known color: Celadon. HEX triplet: AA, E1 and AF. RGB value is (170,225,175). Sum of RGB (Red+Green+Blue) = 170+225+175=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1AF is #551E50. Grayscale: #CBCBCB. Windows color (decimal): -5578321 or 11526570. OLE color: 11526570.

HSL color Cylindrical-coordinate representation of color #AAE1AF: hue angle of 125.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1AF is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 175 -
CMYK 0.24 0 0.22 0.12
HSL 125.45º 0.48% 0.77% -
HSV(B) 125.45º 0.24% 0.88% -
XYZ 51.24 65.49 50.5 -
YUV 202.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 170 225 175 0.24 0 0.22 0.12 125.45 0.48 0.77
Hex AA E1 AF 18 0 16 C 7D 30 4D
Octal 252 341 257 30 0 26 14 175 60 115
Binary 10101010 11100001 10101111 11000 0 10110 1100 1111101 110000 1001101

Color Harmonies of #AAE1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1AF

Black with #AAE1AF

Text Example


Text Example

White with #AAE1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1AF; }

 p { color: rgb(170,225,175); }

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

background-color css

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

 a { background-color: rgb(170,225,175); }

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

border-color css

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

 span { border-color: rgb(170,225,175); }

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