Html Css Color HEX #AAF0B7 Fringy Flower

📋 copy color: '#AAF0B7'

red 170 ◦ green 240 ◦ blue 183

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

Shades of Fringy Flower #AAF0B7

Tints of Fringy Flower #AAF0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.86%

R = 28.67%
G = 40.47%
B = 30.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#AAF0B7 (or 0xAAF0B7) is known color: Fringy Flower. HEX triplet: AA, F0 and B7. RGB value is (170,240,183). Sum of RGB (Red+Green+Blue) = 170+240+183=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0B7 is #550F48. Grayscale: #D4D4D4. Windows color (decimal): -5574473 or 12054698. OLE color: 12054698.

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

Color convert

RGB 170 240 183 -
CMYK 0.29 0 0.24 0.06
HSL 131.14º 0.7% 0.8% -
HSV(B) 131.14º 0.29% 0.94% -
XYZ 56.28 74.29 56.17 -
YUV 212.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 170 240 183 0.29 0 0.24 0.06 131.14 0.7 0.8
Hex AA F0 B7 1D 0 18 6 83 46 50
Octal 252 360 267 35 0 30 6 203 106 120
Binary 10101010 11110000 10110111 11101 0 11000 110 10000011 1000110 1010000

Color Harmonies of #AAF0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0B7

Black with #AAF0B7

Text Example


Text Example

White with #AAF0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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