Html Css Color HEX #AAF6B5 Celadon

📋 copy color: '#AAF6B5'

red 170 ◦ green 246 ◦ blue 181

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

Shades of Celadon #AAF6B5

Tints of Celadon #AAF6B5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.21%

 BLUE value IS 181 (71.09% from 255) = 30.32%

R = 28.48%
G = 41.21%
B = 30.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#AAF6B5 (or 0xAAF6B5) is known color: Celadon. HEX triplet: AA, F6 and B5. RGB value is (170,246,181). Sum of RGB (Red+Green+Blue) = 170+246+181=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6B5 is #55094A. Grayscale: #D8D8D8. Windows color (decimal): -5572939 or 11925162. OLE color: 11925162.

HSL color Cylindrical-coordinate representation of color #AAF6B5: hue angle of 128.68º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6B5 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 181 -
CMYK 0.31 0 0.26 0.04
HSL 128.68º 0.81% 0.82% -
HSV(B) 128.68º 0.31% 0.96% -
XYZ 57.87 77.79 55.68 -
YUV 215.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 170 246 181 0.31 0 0.26 0.04 128.68 0.81 0.82
Hex AA F6 B5 1F 0 1A 4 81 51 52
Octal 252 366 265 37 0 32 4 201 121 122
Binary 10101010 11110110 10110101 11111 0 11010 100 10000001 1010001 1010010

Color Harmonies of #AAF6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6B5

Black with #AAF6B5

Text Example


Text Example

White with #AAF6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6B5; }

 p { color: rgb(170,246,181); }

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

background-color css

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

 a { background-color: rgb(170,246,181); }

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

border-color css

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

 span { border-color: rgb(170,246,181); }

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