Html Css Color HEX #AAEFC1 Fringy Flower

📋 copy color: '#AAEFC1'

red 170 ◦ green 239 ◦ blue 193

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

Shades of Fringy Flower #AAEFC1

Tints of Fringy Flower #AAEFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.7%

 BLUE value IS 193 (75.78% from 255) = 32.06%

R = 28.24%
G = 39.7%
B = 32.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#AAEFC1 (or 0xAAEFC1) is known color: Fringy Flower. HEX triplet: AA, EF and C1. RGB value is (170,239,193). Sum of RGB (Red+Green+Blue) = 170+239+193=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFC1 is #55103E. Grayscale: #D5D5D5. Windows color (decimal): -5574719 or 12709802. OLE color: 12709802.

HSL color Cylindrical-coordinate representation of color #AAEFC1: hue angle of 140º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFC1 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 193 -
CMYK 0.29 0 0.19 0.06
HSL 140º 0.68% 0.8% -
HSV(B) 140º 0.29% 0.94% -
XYZ 57.07 74.13 61.75 -
YUV 213.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 170 239 193 0.29 0 0.19 0.06 140 0.68 0.8
Hex AA EF C1 1D 0 13 6 8C 44 50
Octal 252 357 301 35 0 23 6 214 104 120
Binary 10101010 11101111 11000001 11101 0 10011 110 10001100 1000100 1010000

Color Harmonies of #AAEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFC1

Black with #AAEFC1

Text Example


Text Example

White with #AAEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFC1; }

 p { color: rgb(170,239,193); }

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

background-color css

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

 a { background-color: rgb(170,239,193); }

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

border-color css

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

 span { border-color: rgb(170,239,193); }

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