Html Css Color HEX #AAFDC0 Fringy Flower

📋 copy color: '#AAFDC0'

red 170 ◦ green 253 ◦ blue 192

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

Shades of Fringy Flower #AAFDC0

Tints of Fringy Flower #AAFDC0

RGB

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

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

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

R = 27.64%
G = 41.14%
B = 31.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#AAFDC0 (or 0xAAFDC0) is known color: Fringy Flower. HEX triplet: AA, FD and C0. RGB value is (170,253,192). Sum of RGB (Red+Green+Blue) = 170+253+192=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDC0 is #55023F. Grayscale: #DDDDDD. Windows color (decimal): -5571136 or 12647850. OLE color: 12647850.

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

Color convert

RGB 170 253 192 -
CMYK 0.33 0 0.24 0.01
HSL 135.9º 0.95% 0.83% -
HSV(B) 135.9º 0.33% 0.99% -
XYZ 61.22 82.6 62.59 -
YUV 221.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 170 253 192 0.33 0 0.24 0.01 135.9 0.95 0.83
Hex AA FD C0 21 0 18 1 88 5F 53
Octal 252 375 300 41 0 30 1 210 137 123
Binary 10101010 11111101 11000000 100001 0 11000 1 10001000 1011111 1010011

Color Harmonies of #AAFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDC0

Black with #AAFDC0

Text Example


Text Example

White with #AAFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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