Html Css Color HEX #AEF8BA Fringy Flower

📋 copy color: '#AEF8BA'

red 174 ◦ green 248 ◦ blue 186

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

Shades of Fringy Flower #AEF8BA

Tints of Fringy Flower #AEF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.79%

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 28.62%
G = 40.79%
B = 30.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#AEF8BA (or 0xAEF8BA) is known color: Fringy Flower. HEX triplet: AE, F8 and BA. RGB value is (174,248,186). Sum of RGB (Red+Green+Blue) = 174+248+186=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8BA is #510745. Grayscale: #DADADA. Windows color (decimal): -5310278 or 12253358. OLE color: 12253358.

HSL color Cylindrical-coordinate representation of color #AEF8BA: hue angle of 129.73º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8BA is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 186 -
CMYK 0.30 0 0.25 0.03
HSL 129.73º 0.84% 0.83% -
HSV(B) 129.73º 0.3% 0.97% -
XYZ 59.89 79.68 58.68 -
YUV 218.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 174 248 186 0.30 0 0.25 0.03 129.73 0.84 0.83
Hex AE F8 BA 1E 0 19 3 82 54 53
Octal 256 370 272 36 0 31 3 202 124 123
Binary 10101110 11111000 10111010 11110 0 11001 11 10000010 1010100 1010011

Color Harmonies of #AEF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8BA

Black with #AEF8BA

Text Example


Text Example

White with #AEF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8BA; }

 p { color: rgb(174,248,186); }

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

background-color css

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

 a { background-color: rgb(174,248,186); }

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

border-color css

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

 span { border-color: rgb(174,248,186); }

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