Html Css Color HEX #AAF6AF Celadon

📋 copy color: '#AAF6AF'

red 170 ◦ green 246 ◦ blue 175

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

Shades of Celadon #AAF6AF

Tints of Celadon #AAF6AF

RGB

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

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

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

R = 28.76%
G = 41.62%
B = 29.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#AAF6AF (or 0xAAF6AF) is known color: Celadon. HEX triplet: AA, F6 and AF. RGB value is (170,246,175). Sum of RGB (Red+Green+Blue) = 170+246+175=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF6AF is #550950. Grayscale: #D7D7D7. Windows color (decimal): -5572945 or 11531946. OLE color: 11531946.

HSL color Cylindrical-coordinate representation of color #AAF6AF: hue angle of 123.95º 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 #AAF6AF is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 175 -
CMYK 0.31 0 0.29 0.04
HSL 123.95º 0.81% 0.82% -
HSV(B) 123.95º 0.31% 0.96% -
XYZ 57.27 77.55 52.51 -
YUV 215.18 105.32 95.77 -
System Red Green Blue C M Y K H S L
Decimal 170 246 175 0.31 0 0.29 0.04 123.95 0.81 0.82
Hex AA F6 AF 1F 0 1D 4 7C 51 52
Octal 252 366 257 37 0 35 4 174 121 122
Binary 10101010 11110110 10101111 11111 0 11101 100 1111100 1010001 1010010

Color Harmonies of #AAF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6AF

Black with #AAF6AF

Text Example


Text Example

White with #AAF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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