Html Css Color HEX #AAF2B7 Fringy Flower

📋 copy color: '#AAF2B7'

red 170 ◦ green 242 ◦ blue 183

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

Shades of Fringy Flower #AAF2B7

Tints of Fringy Flower #AAF2B7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.67%

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

R = 28.57%
G = 40.67%
B = 30.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#AAF2B7 (or 0xAAF2B7) is known color: Fringy Flower. HEX triplet: AA, F2 and B7. RGB value is (170,242,183). Sum of RGB (Red+Green+Blue) = 170+242+183=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2B7 is #550D48. Grayscale: #D5D5D5. Windows color (decimal): -5573961 or 12055210. OLE color: 12055210.

HSL color Cylindrical-coordinate representation of color #AAF2B7: hue angle of 130.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2B7 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 183 -
CMYK 0.30 0 0.24 0.05
HSL 130.83º 0.73% 0.81% -
HSV(B) 130.83º 0.3% 0.95% -
XYZ 56.88 75.47 56.37 -
YUV 213.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 170 242 183 0.30 0 0.24 0.05 130.83 0.73 0.81
Hex AA F2 B7 1E 0 18 5 83 49 51
Octal 252 362 267 36 0 30 5 203 111 121
Binary 10101010 11110010 10110111 11110 0 11000 101 10000011 1001001 1010001

Color Harmonies of #AAF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2B7

Black with #AAF2B7

Text Example


Text Example

White with #AAF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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