Html Css Color HEX #AEF1BE Fringy Flower

📋 copy color: '#AEF1BE'

red 174 ◦ green 241 ◦ blue 190

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

Shades of Fringy Flower #AEF1BE

Tints of Fringy Flower #AEF1BE

RGB

 RED value IS 174 (68.36% from 255) = 28.76%

 GREEN value IS 241 (94.53% from 255) = 39.83%

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

R = 28.76%
G = 39.83%
B = 31.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#AEF1BE (or 0xAEF1BE) is known color: Fringy Flower. HEX triplet: AE, F1 and BE. RGB value is (174,241,190). Sum of RGB (Red+Green+Blue) = 174+241+190=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1BE is #510E41. Grayscale: #D7D7D7. Windows color (decimal): -5312066 or 12513710. OLE color: 12513710.

HSL color Cylindrical-coordinate representation of color #AEF1BE: hue angle of 134.33º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1BE is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 190 -
CMYK 0.28 0 0.21 0.05
HSL 134.33º 0.71% 0.81% -
HSV(B) 134.33º 0.28% 0.95% -
XYZ 58.21 75.63 60.24 -
YUV 215.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 174 241 190 0.28 0 0.21 0.05 134.33 0.71 0.81
Hex AE F1 BE 1C 0 15 5 86 47 51
Octal 256 361 276 34 0 25 5 206 107 121
Binary 10101110 11110001 10111110 11100 0 10101 101 10000110 1000111 1010001

Color Harmonies of #AEF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1BE

Black with #AEF1BE

Text Example


Text Example

White with #AEF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1BE; }

 p { color: rgb(174,241,190); }

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

background-color css

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

 a { background-color: rgb(174,241,190); }

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

border-color css

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

 span { border-color: rgb(174,241,190); }

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