Html Css Color HEX #AAFDBA Fringy Flower

📋 copy color: '#AAFDBA'

red 170 ◦ green 253 ◦ blue 186

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

Shades of Fringy Flower #AAFDBA

Tints of Fringy Flower #AAFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.54%

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 27.91%
G = 41.54%
B = 30.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#AAFDBA (or 0xAAFDBA) is known color: Fringy Flower. HEX triplet: AA, FD and BA. RGB value is (170,253,186). Sum of RGB (Red+Green+Blue) = 170+253+186=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDBA is #550245. Grayscale: #DCDCDC. Windows color (decimal): -5571142 or 12254634. OLE color: 12254634.

HSL color Cylindrical-coordinate representation of color #AAFDBA: hue angle of 131.57º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDBA is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 186 -
CMYK 0.33 0 0.26 0.01
HSL 131.57º 0.95% 0.83% -
HSV(B) 131.57º 0.33% 0.99% -
XYZ 60.57 82.34 59.16 -
YUV 220.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 170 253 186 0.33 0 0.26 0.01 131.57 0.95 0.83
Hex AA FD BA 21 0 1A 1 84 5F 53
Octal 252 375 272 41 0 32 1 204 137 123
Binary 10101010 11111101 10111010 100001 0 11010 1 10000100 1011111 1010011

Color Harmonies of #AAFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDBA

Black with #AAFDBA

Text Example


Text Example

White with #AAFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDBA; }

 p { color: rgb(170,253,186); }

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

background-color css

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

 a { background-color: rgb(170,253,186); }

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

border-color css

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

 span { border-color: rgb(170,253,186); }

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