Html Css Color HEX #AAFDBE Fringy Flower

📋 copy color: '#AAFDBE'

red 170 ◦ green 253 ◦ blue 190

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

Shades of Fringy Flower #AAFDBE

Tints of Fringy Flower #AAFDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31%

R = 27.73%
G = 41.27%
B = 31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#AAFDBE (or 0xAAFDBE) is known color: Fringy Flower. HEX triplet: AA, FD and BE. RGB value is (170,253,190). Sum of RGB (Red+Green+Blue) = 170+253+190=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDBE is #550241. Grayscale: #DDDDDD. Windows color (decimal): -5571138 or 12516778. OLE color: 12516778.

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

Color convert

RGB 170 253 190 -
CMYK 0.33 0 0.25 0.01
HSL 134.46º 0.95% 0.83% -
HSV(B) 134.46º 0.33% 0.99% -
XYZ 61 82.51 61.43 -
YUV 221 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 170 253 190 0.33 0 0.25 0.01 134.46 0.95 0.83
Hex AA FD BE 21 0 19 1 86 5F 53
Octal 252 375 276 41 0 31 1 206 137 123
Binary 10101010 11111101 10111110 100001 0 11001 1 10000110 1011111 1010011

Color Harmonies of #AAFDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDBE

Black with #AAFDBE

Text Example


Text Example

White with #AAFDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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