Html Css Color HEX #AAD8AF Celadon

📋 copy color: '#AAD8AF'

red 170 ◦ green 216 ◦ blue 175

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

Shades of Celadon #AAD8AF

Tints of Celadon #AAD8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.5%

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

R = 30.3%
G = 38.5%
B = 31.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#AAD8AF (or 0xAAD8AF) is known color: Celadon. HEX triplet: AA, D8 and AF. RGB value is (170,216,175). Sum of RGB (Red+Green+Blue) = 170+216+175=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8AF is #552750. Grayscale: #C5C5C5. Windows color (decimal): -5580625 or 11524266. OLE color: 11524266.

HSL color Cylindrical-coordinate representation of color #AAD8AF: hue angle of 126.52º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8AF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 175 -
CMYK 0.21 0 0.19 0.15
HSL 126.52º 0.37% 0.76% -
HSV(B) 126.52º 0.21% 0.85% -
XYZ 48.87 60.75 49.71 -
YUV 197.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 170 216 175 0.21 0 0.19 0.15 126.52 0.37 0.76
Hex AA D8 AF 15 0 13 F 7F 25 4C
Octal 252 330 257 25 0 23 17 177 45 114
Binary 10101010 11011000 10101111 10101 0 10011 1111 1111111 100101 1001100

Color Harmonies of #AAD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8AF

Black with #AAD8AF

Text Example


Text Example

White with #AAD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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