Html Css Color HEX #AEEAB8 Fringy Flower

📋 copy color: '#AEEAB8'

red 174 ◦ green 234 ◦ blue 184

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

Shades of Fringy Flower #AEEAB8

Tints of Fringy Flower #AEEAB8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.53%

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

R = 29.39%
G = 39.53%
B = 31.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#AEEAB8 (or 0xAEEAB8) is known color: Fringy Flower. HEX triplet: AE, EA and B8. RGB value is (174,234,184). Sum of RGB (Red+Green+Blue) = 174+234+184=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAB8 is #511547. Grayscale: #D2D2D2. Windows color (decimal): -5313864 or 12118702. OLE color: 12118702.

HSL color Cylindrical-coordinate representation of color #AEEAB8: hue angle of 130º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAB8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 184 -
CMYK 0.26 0 0.21 0.08
HSL 130º 0.59% 0.8% -
HSV(B) 130º 0.26% 0.92% -
XYZ 55.53 71.31 56.18 -
YUV 210.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 174 234 184 0.26 0 0.21 0.08 130 0.59 0.8
Hex AE EA B8 1A 0 15 8 82 3B 50
Octal 256 352 270 32 0 25 10 202 73 120
Binary 10101110 11101010 10111000 11010 0 10101 1000 10000010 111011 1010000

Color Harmonies of #AEEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEAB8

Black with #AEEAB8

Text Example


Text Example

White with #AEEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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