Html Css Color HEX #AAF0AF Celadon

📋 copy color: '#AAF0AF'

red 170 ◦ green 240 ◦ blue 175

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

Shades of Celadon #AAF0AF

Tints of Celadon #AAF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

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

R = 29.06%
G = 41.03%
B = 29.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#AAF0AF (or 0xAAF0AF) is known color: Celadon. HEX triplet: AA, F0 and AF. RGB value is (170,240,175). Sum of RGB (Red+Green+Blue) = 170+240+175=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0AF is #550F50. Grayscale: #D3D3D3. Windows color (decimal): -5574481 or 11530410. OLE color: 11530410.

HSL color Cylindrical-coordinate representation of color #AAF0AF: hue angle of 124.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0AF is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 175 -
CMYK 0.29 0 0.27 0.06
HSL 124.29º 0.7% 0.8% -
HSV(B) 124.29º 0.29% 0.94% -
XYZ 55.48 73.96 51.91 -
YUV 211.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 170 240 175 0.29 0 0.27 0.06 124.29 0.7 0.8
Hex AA F0 AF 1D 0 1B 6 7C 46 50
Octal 252 360 257 35 0 33 6 174 106 120
Binary 10101010 11110000 10101111 11101 0 11011 110 1111100 1000110 1010000

Color Harmonies of #AAF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0AF

Black with #AAF0AF

Text Example


Text Example

White with #AAF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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