Html Css Color HEX #AAD5AF Celadon

📋 copy color: '#AAD5AF'

red 170 ◦ green 213 ◦ blue 175

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

Shades of Celadon #AAD5AF

Tints of Celadon #AAD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.17%

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

R = 30.47%
G = 38.17%
B = 31.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#AAD5AF (or 0xAAD5AF) is known color: Celadon. HEX triplet: AA, D5 and AF. RGB value is (170,213,175). Sum of RGB (Red+Green+Blue) = 170+213+175=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD5AF is #552A50. Grayscale: #C3C3C3. Windows color (decimal): -5581393 or 11523498. OLE color: 11523498.

HSL color Cylindrical-coordinate representation of color #AAD5AF: hue angle of 126.98º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5AF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 175 -
CMYK 0.20 0 0.18 0.16
HSL 126.98º 0.34% 0.75% -
HSV(B) 126.98º 0.2% 0.84% -
XYZ 48.11 59.23 49.45 -
YUV 195.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 170 213 175 0.20 0 0.18 0.16 126.98 0.34 0.75
Hex AA D5 AF 14 0 12 10 7F 22 4B
Octal 252 325 257 24 0 22 20 177 42 113
Binary 10101010 11010101 10101111 10100 0 10010 10000 1111111 100010 1001011

Color Harmonies of #AAD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5AF

Black with #AAD5AF

Text Example


Text Example

White with #AAD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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