Html Css Color HEX #AAFFBE Fringy Flower

📋 copy color: '#AAFFBE'

red 170 ◦ green 255 ◦ blue 190

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

Shades of Fringy Flower #AAFFBE

Tints of Fringy Flower #AAFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 41.46%

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

R = 27.64%
G = 41.46%
B = 30.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#AAFFBE (or 0xAAFFBE) is known color: Fringy Flower. HEX triplet: AA, FF and BE. RGB value is (170,255,190). Sum of RGB (Red+Green+Blue) = 170+255+190=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFBE is #550041. Grayscale: #DEDEDE. Windows color (decimal): -5570626 or 12517290. OLE color: 12517290.

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

Color convert

RGB 170 255 190 -
CMYK 0.33 0 0.25 0
HSL 134.12º 1% 0.83% -
HSV(B) 134.12º 0.33% 1% -
XYZ 61.63 83.78 61.64 -
YUV 222.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 170 255 190 0.33 0 0.25 0 134.12 1 0.83
Hex AA FF BE 21 0 19 0 86 64 53
Octal 252 377 276 41 0 31 0 206 144 123
Binary 10101010 11111111 10111110 100001 0 11001 0 10000110 1100100 1010011

Color Harmonies of #AAFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFBE

Black with #AAFFBE

Text Example


Text Example

White with #AAFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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