Html Css Color HEX #AAECC0 Fringy Flower

📋 copy color: '#AAECC0'

red 170 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #AAECC0

Tints of Fringy Flower #AAECC0

RGB

 RED value IS 170 (66.8% from 255) = 28.43%

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

 BLUE value IS 192 (75.39% from 255) = 32.11%

R = 28.43%
G = 39.46%
B = 32.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#AAECC0 (or 0xAAECC0) is known color: Fringy Flower. HEX triplet: AA, EC and C0. RGB value is (170,236,192). Sum of RGB (Red+Green+Blue) = 170+236+192=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC0 is #55133F. Grayscale: #D3D3D3. Windows color (decimal): -5575488 or 12643498. OLE color: 12643498.

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

Color convert

RGB 170 236 192 -
CMYK 0.28 0 0.19 0.07
HSL 140º 0.63% 0.8% -
HSV(B) 140º 0.28% 0.93% -
XYZ 56.09 72.34 60.88 -
YUV 211.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 170 236 192 0.28 0 0.19 0.07 140 0.63 0.8
Hex AA EC C0 1C 0 13 7 8C 3F 50
Octal 252 354 300 34 0 23 7 214 77 120
Binary 10101010 11101100 11000000 11100 0 10011 111 10001100 111111 1010000

Color Harmonies of #AAECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECC0

Black with #AAECC0

Text Example


Text Example

White with #AAECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECC0; }

 p { color: rgb(170,236,192); }

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

background-color css

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

 a { background-color: rgb(170,236,192); }

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

border-color css

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

 span { border-color: rgb(170,236,192); }

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