Html Css Color HEX #AEF9B8 Fringy Flower

📋 copy color: '#AEF9B8'

red 174 ◦ green 249 ◦ blue 184

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

Shades of Fringy Flower #AEF9B8

Tints of Fringy Flower #AEF9B8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.02%

 BLUE value IS 184 (72.27% from 255) = 30.31%

R = 28.67%
G = 41.02%
B = 30.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#AEF9B8 (or 0xAEF9B8) is known color: Fringy Flower. HEX triplet: AE, F9 and B8. RGB value is (174,249,184). Sum of RGB (Red+Green+Blue) = 174+249+184=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9B8 is #510647. Grayscale: #DBDBDB. Windows color (decimal): -5310024 or 12122542. OLE color: 12122542.

HSL color Cylindrical-coordinate representation of color #AEF9B8: hue angle of 128º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9B8 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 184 -
CMYK 0.30 0 0.26 0.02
HSL 128º 0.86% 0.83% -
HSV(B) 128º 0.3% 0.98% -
XYZ 59.98 80.21 57.67 -
YUV 219.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 174 249 184 0.30 0 0.26 0.02 128 0.86 0.83
Hex AE F9 B8 1E 0 1A 2 80 56 53
Octal 256 371 270 36 0 32 2 200 126 123
Binary 10101110 11111001 10111000 11110 0 11010 10 10000000 1010110 1010011

Color Harmonies of #AEF9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9B8

Black with #AEF9B8

Text Example


Text Example

White with #AEF9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9B8; }

 p { color: rgb(174,249,184); }

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

background-color css

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

 a { background-color: rgb(174,249,184); }

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

border-color css

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

 span { border-color: rgb(174,249,184); }

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