Html Css Color HEX #AAF7C0 Fringy Flower

📋 copy color: '#AAF7C0'

red 170 ◦ green 247 ◦ blue 192

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

Shades of Fringy Flower #AAF7C0

Tints of Fringy Flower #AAF7C0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.56%

 BLUE value IS 192 (75.39% from 255) = 31.53%

R = 27.91%
G = 40.56%
B = 31.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#AAF7C0 (or 0xAAF7C0) is known color: Fringy Flower. HEX triplet: AA, F7 and C0. RGB value is (170,247,192). Sum of RGB (Red+Green+Blue) = 170+247+192=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7C0 is #55083F. Grayscale: #D9D9D9. Windows color (decimal): -5572672 or 12646314. OLE color: 12646314.

HSL color Cylindrical-coordinate representation of color #AAF7C0: hue angle of 137.14º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7C0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 192 -
CMYK 0.31 0 0.22 0.03
HSL 137.14º 0.83% 0.82% -
HSV(B) 137.14º 0.31% 0.97% -
XYZ 59.35 78.87 61.97 -
YUV 217.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 170 247 192 0.31 0 0.22 0.03 137.14 0.83 0.82
Hex AA F7 C0 1F 0 16 3 89 53 52
Octal 252 367 300 37 0 26 3 211 123 122
Binary 10101010 11110111 11000000 11111 0 10110 11 10001001 1010011 1010010

Color Harmonies of #AAF7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7C0

Black with #AAF7C0

Text Example


Text Example

White with #AAF7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7C0; }

 p { color: rgb(170,247,192); }

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

background-color css

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

 a { background-color: rgb(170,247,192); }

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

border-color css

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

 span { border-color: rgb(170,247,192); }

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