Html Css Color HEX #AEE0C2 Fringy Flower

📋 copy color: '#AEE0C2'

red 174 ◦ green 224 ◦ blue 194

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

Shades of Fringy Flower #AEE0C2

Tints of Fringy Flower #AEE0C2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.84%

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

R = 29.39%
G = 37.84%
B = 32.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#AEE0C2 (or 0xAEE0C2) is known color: Fringy Flower. HEX triplet: AE, E0 and C2. RGB value is (174,224,194). Sum of RGB (Red+Green+Blue) = 174+224+194=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0C2 is #511F3D. Grayscale: #CDCDCD. Windows color (decimal): -5316414 or 12771502. OLE color: 12771502.

HSL color Cylindrical-coordinate representation of color #AEE0C2: hue angle of 144º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0C2 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 194 -
CMYK 0.22 0 0.13 0.12
HSL 144º 0.45% 0.78% -
HSV(B) 144º 0.22% 0.88% -
XYZ 53.85 66.21 60.98 -
YUV 205.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 174 224 194 0.22 0 0.13 0.12 144 0.45 0.78
Hex AE E0 C2 16 0 D C 90 2D 4E
Octal 256 340 302 26 0 15 14 220 55 116
Binary 10101110 11100000 11000010 10110 0 1101 1100 10010000 101101 1001110

Color Harmonies of #AEE0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0C2

Black with #AEE0C2

Text Example


Text Example

White with #AEE0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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