Html Css Color HEX #AADFAC Celadon

📋 copy color: '#AADFAC'

red 170 ◦ green 223 ◦ blue 172

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

Shades of Celadon #AADFAC

Tints of Celadon #AADFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.47%

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 30.09%
G = 39.47%
B = 30.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#AADFAC (or 0xAADFAC) is known color: Celadon. HEX triplet: AA, DF and AC. RGB value is (170,223,172). Sum of RGB (Red+Green+Blue) = 170+223+172=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADFAC is #552053. Grayscale: #C9C9C9. Windows color (decimal): -5578836 or 11329450. OLE color: 11329450.

HSL color Cylindrical-coordinate representation of color #AADFAC: hue angle of 122.26º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFAC is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 172 -
CMYK 0.24 0 0.23 0.13
HSL 122.26º 0.45% 0.77% -
HSV(B) 122.26º 0.24% 0.87% -
XYZ 50.41 64.3 48.78 -
YUV 201.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 170 223 172 0.24 0 0.23 0.13 122.26 0.45 0.77
Hex AA DF AC 18 0 17 D 7A 2D 4D
Octal 252 337 254 30 0 27 15 172 55 115
Binary 10101010 11011111 10101100 11000 0 10111 1101 1111010 101101 1001101

Color Harmonies of #AADFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFAC

Black with #AADFAC

Text Example


Text Example

White with #AADFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFAC; }

 p { color: rgb(170,223,172); }

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

background-color css

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

 a { background-color: rgb(170,223,172); }

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

border-color css

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

 span { border-color: rgb(170,223,172); }

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