Html Css Color HEX #AAF3BC Fringy Flower

📋 copy color: '#AAF3BC'

red 170 ◦ green 243 ◦ blue 188

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

Shades of Fringy Flower #AAF3BC

Tints of Fringy Flower #AAF3BC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.43%

 BLUE value IS 188 (73.83% from 255) = 31.28%

R = 28.29%
G = 40.43%
B = 31.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#AAF3BC (or 0xAAF3BC) is known color: Fringy Flower. HEX triplet: AA, F3 and BC. RGB value is (170,243,188). Sum of RGB (Red+Green+Blue) = 170+243+188=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3BC is #550C43. Grayscale: #D7D7D7. Windows color (decimal): -5573700 or 12383146. OLE color: 12383146.

HSL color Cylindrical-coordinate representation of color #AAF3BC: hue angle of 134.79º degrees, saturation: 0.75, 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 #AAF3BC is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 188 -
CMYK 0.30 0 0.23 0.05
HSL 134.79º 0.75% 0.81% -
HSV(B) 134.79º 0.3% 0.95% -
XYZ 57.71 76.28 59.26 -
YUV 214.9 112.82 95.97 -
System Red Green Blue C M Y K H S L
Decimal 170 243 188 0.30 0 0.23 0.05 134.79 0.75 0.81
Hex AA F3 BC 1E 0 17 5 87 4B 51
Octal 252 363 274 36 0 27 5 207 113 121
Binary 10101010 11110011 10111100 11110 0 10111 101 10000111 1001011 1010001

Color Harmonies of #AAF3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3BC

Black with #AAF3BC

Text Example


Text Example

White with #AAF3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3BC; }

 p { color: rgb(170,243,188); }

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

background-color css

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

 a { background-color: rgb(170,243,188); }

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

border-color css

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

 span { border-color: rgb(170,243,188); }

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