Html Css Color HEX #AAE4AF Celadon

📋 copy color: '#AAE4AF'

red 170 ◦ green 228 ◦ blue 175

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

Shades of Celadon #AAE4AF

Tints of Celadon #AAE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.79%

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

R = 29.67%
G = 39.79%
B = 30.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#AAE4AF (or 0xAAE4AF) is known color: Celadon. HEX triplet: AA, E4 and AF. RGB value is (170,228,175). Sum of RGB (Red+Green+Blue) = 170+228+175=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE4AF is #551B50. Grayscale: #CCCCCC. Windows color (decimal): -5577553 or 11527338. OLE color: 11527338.

HSL color Cylindrical-coordinate representation of color #AAE4AF: hue angle of 125.17º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4AF is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 175 -
CMYK 0.25 0 0.23 0.11
HSL 125.17º 0.52% 0.78% -
HSV(B) 125.17º 0.25% 0.89% -
XYZ 52.06 67.13 50.77 -
YUV 204.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 170 228 175 0.25 0 0.23 0.11 125.17 0.52 0.78
Hex AA E4 AF 19 0 17 B 7D 34 4E
Octal 252 344 257 31 0 27 13 175 64 116
Binary 10101010 11100100 10101111 11001 0 10111 1011 1111101 110100 1001110

Color Harmonies of #AAE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4AF

Black with #AAE4AF

Text Example


Text Example

White with #AAE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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