Html Css Color HEX #AEE9C2 Fringy Flower

📋 copy color: '#AEE9C2'

red 174 ◦ green 233 ◦ blue 194

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

Shades of Fringy Flower #AEE9C2

Tints of Fringy Flower #AEE9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.77%

 BLUE value IS 194 (76.17% from 255) = 32.28%

R = 28.95%
G = 38.77%
B = 32.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#AEE9C2 (or 0xAEE9C2) is known color: Fringy Flower. HEX triplet: AE, E9 and C2. RGB value is (174,233,194). Sum of RGB (Red+Green+Blue) = 174+233+194=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9C2 is #51163D. Grayscale: #D3D3D3. Windows color (decimal): -5314110 or 12773806. OLE color: 12773806.

HSL color Cylindrical-coordinate representation of color #AEE9C2: hue angle of 140.34º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9C2 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 233 194 -
CMYK 0.25 0 0.17 0.09
HSL 140.34º 0.57% 0.8% -
HSV(B) 140.34º 0.25% 0.91% -
XYZ 56.33 71.17 61.81 -
YUV 210.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 174 233 194 0.25 0 0.17 0.09 140.34 0.57 0.8
Hex AE E9 C2 19 0 11 9 8C 39 50
Octal 256 351 302 31 0 21 11 214 71 120
Binary 10101110 11101001 11000010 11001 0 10001 1001 10001100 111001 1010000

Color Harmonies of #AEE9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE9C2

Black with #AEE9C2

Text Example


Text Example

White with #AEE9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE9C2; }

 p { color: rgb(174,233,194); }

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

background-color css

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

 a { background-color: rgb(174,233,194); }

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

border-color css

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

 span { border-color: rgb(174,233,194); }

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