Html Css Color HEX #AEF2BA Fringy Flower

📋 copy color: '#AEF2BA'

red 174 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #AEF2BA

Tints of Fringy Flower #AEF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.2%

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

R = 28.9%
G = 40.2%
B = 30.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#AEF2BA (or 0xAEF2BA) is known color: Fringy Flower. HEX triplet: AE, F2 and BA. RGB value is (174,242,186). Sum of RGB (Red+Green+Blue) = 174+242+186=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2BA is #510D45. Grayscale: #D7D7D7. Windows color (decimal): -5311814 or 12251822. OLE color: 12251822.

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

Color convert

RGB 174 242 186 -
CMYK 0.28 0 0.23 0.05
HSL 130.59º 0.72% 0.82% -
HSV(B) 130.59º 0.28% 0.95% -
XYZ 58.07 76.05 58.07 -
YUV 215.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 174 242 186 0.28 0 0.23 0.05 130.59 0.72 0.82
Hex AE F2 BA 1C 0 17 5 83 48 52
Octal 256 362 272 34 0 27 5 203 110 122
Binary 10101110 11110010 10111010 11100 0 10111 101 10000011 1001000 1010010

Color Harmonies of #AEF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2BA

Black with #AEF2BA

Text Example


Text Example

White with #AEF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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