Html Css Color HEX #AEECC2 Fringy Flower

📋 copy color: '#AEECC2'

red 174 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #AEECC2

Tints of Fringy Flower #AEECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.07%

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

R = 28.81%
G = 39.07%
B = 32.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#AEECC2 (or 0xAEECC2) is known color: Fringy Flower. HEX triplet: AE, EC and C2. RGB value is (174,236,194). Sum of RGB (Red+Green+Blue) = 174+236+194=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC2 is #51133D. Grayscale: #D4D4D4. Windows color (decimal): -5313342 or 12774574. OLE color: 12774574.

HSL color Cylindrical-coordinate representation of color #AEECC2: hue angle of 139.35º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECC2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 194 -
CMYK 0.26 0 0.18 0.07
HSL 139.35º 0.62% 0.8% -
HSV(B) 139.35º 0.26% 0.93% -
XYZ 57.19 72.88 62.09 -
YUV 212.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 174 236 194 0.26 0 0.18 0.07 139.35 0.62 0.8
Hex AE EC C2 1A 0 12 7 8B 3E 50
Octal 256 354 302 32 0 22 7 213 76 120
Binary 10101110 11101100 11000010 11010 0 10010 111 10001011 111110 1010000

Color Harmonies of #AEECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECC2

Black with #AEECC2

Text Example


Text Example

White with #AEECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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