Html Css Color HEX #AEEABC Fringy Flower

📋 copy color: '#AEEABC'

red 174 ◦ green 234 ◦ blue 188

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

Shades of Fringy Flower #AEEABC

Tints of Fringy Flower #AEEABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 29.19%
G = 39.26%
B = 31.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#AEEABC (or 0xAEEABC) is known color: Fringy Flower. HEX triplet: AE, EA and BC. RGB value is (174,234,188). Sum of RGB (Red+Green+Blue) = 174+234+188=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEABC is #511543. Grayscale: #D2D2D2. Windows color (decimal): -5313860 or 12380846. OLE color: 12380846.

HSL color Cylindrical-coordinate representation of color #AEEABC: hue angle of 134º 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 #AEEABC is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 188 -
CMYK 0.26 0 0.20 0.08
HSL 134º 0.59% 0.8% -
HSV(B) 134º 0.26% 0.92% -
XYZ 55.96 71.48 58.42 -
YUV 210.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 174 234 188 0.26 0 0.20 0.08 134 0.59 0.8
Hex AE EA BC 1A 0 14 8 86 3B 50
Octal 256 352 274 32 0 24 10 206 73 120
Binary 10101110 11101010 10111100 11010 0 10100 1000 10000110 111011 1010000

Color Harmonies of #AEEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEABC

Black with #AEEABC

Text Example


Text Example

White with #AEEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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