#AECABA

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

Shades of Nebula #AECABA

Tints of Nebula #AECABA

Color information

#AECABA (or 0xAECABA) is unknown color: approx Nebula. HEX triplet: AE, CA and BA. RGB value is (174,202,186). Sum of RGB (Red+Green+Blue) = 174+202+186=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #AECABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECABA is #513545. Grayscale: #BFBFBF. Windows color (decimal): -5322054 or 12241582. OLE color: 12241582.

HSL color Cylindrical-coordinate representation of color #AECABA: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECABA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB174202186-
CMYK0.1400.080.21
HSL145.71º20.9%73.73%-
HSV(B)145.71º13.86%79.22%-
XYZ47.4454.7854.53-
YUV191.8124.72115.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=30.96%
G=35.94%
B=33.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021860.1400.080.21145.7120.973.73
HexAECABAE081592154a
Octal256312272160102522225112
Binary1010111011001010101110101110010001010110010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECABA; }

 p { color: rgb(174,202,186); }

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

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

 a { background-color: rgb(174,202,186); }

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

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

 span { border-color: rgb(174,202,186); }

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