Html Css Color HEX #AEFAB8 Fringy Flower

📋 copy color: '#AEFAB8'

red 174 ◦ green 250 ◦ blue 184

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

Shades of Fringy Flower #AEFAB8

Tints of Fringy Flower #AEFAB8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

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

R = 28.62%
G = 41.12%
B = 30.26%

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

#AEFAB8 (or 0xAEFAB8) is known color: Fringy Flower. HEX triplet: AE, FA and B8. RGB value is (174,250,184). Sum of RGB (Red+Green+Blue) = 174+250+184=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAB8 is #510547. Grayscale: #DBDBDB. Windows color (decimal): -5309768 or 12122798. OLE color: 12122798.

HSL color Cylindrical-coordinate representation of color #AEFAB8: hue angle of 127.89º degrees, saturation: 0.88, 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 #AEFAB8 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 184 -
CMYK 0.30 0 0.26 0.02
HSL 127.89º 0.88% 0.83% -
HSV(B) 127.89º 0.3% 0.98% -
XYZ 60.29 80.83 57.77 -
YUV 219.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 174 250 184 0.30 0 0.26 0.02 127.89 0.88 0.83
Hex AE FA B8 1E 0 1A 2 80 58 53
Octal 256 372 270 36 0 32 2 200 130 123
Binary 10101110 11111010 10111000 11110 0 11010 10 10000000 1011000 1010011

Color Harmonies of #AEFAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFAB8

Black with #AEFAB8

Text Example


Text Example

White with #AEFAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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