#AECDC0

Color #AECDC0 Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #AECDC0

Tints of Tiara #AECDC0

Color information

#AECDC0 (or 0xAECDC0) is unknown color: approx Tiara. HEX triplet: AE, CD and C0. RGB value is (174,205,192). Sum of RGB (Red+Green+Blue) = 174+205+192=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC0 is #51323F. Grayscale: #C2C2C2. Windows color (decimal): -5321280 or 12635566. OLE color: 12635566.

HSL color Cylindrical-coordinate representation of color #AECDC0: hue angle of 154.84º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDC0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB174205192-
CMYK0.1500.060.20
HSL154.84º23.66%74.31%-
HSV(B)154.84º15.12%80.39%-
XYZ48.856.4758.2-
YUV194.25126.73113.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=30.47%
G=35.90%
B=33.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051920.1500.060.20154.8423.6674.31
HexAECDC0F06149b184a
Octal25631530017062423330112
Binary101011101100110111000000111101101010010011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDC0; }

 p { color: rgb(174,205,192); }

 H1.HeaderClassName
 {
   color: #AECDC0;
 }
 .AnyTagClassName
 {
   color: #AECDC0;
 }
</style>
background-color css

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

 a { background-color: rgb(174,205,192); }

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

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

 span { border-color: rgb(174,205,192); }

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