#AEE2CD

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

Shades of Cruise #AEE2CD

Tints of Cruise #AEE2CD

Color information

#AEE2CD (or 0xAEE2CD) is unknown color: approx Cruise. HEX triplet: AE, E2 and CD. RGB value is (174,226,205). Sum of RGB (Red+Green+Blue) = 174+226+205=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2CD is #511D32. Grayscale: #D0D0D0. Windows color (decimal): -5315891 or 13492910. OLE color: 13492910.

HSL color Cylindrical-coordinate representation of color #AEE2CD: hue angle of 155.77º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2CD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB174226205-
CMYK0.2300.090.11
HSL155.77º47.27%78.43%-
HSV(B)155.77º23.01%88.63%-
XYZ55.6767.867.91-
YUV208.06126.27103.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=28.76%
G=37.36%
B=33.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742262050.2300.090.11155.7747.2778.43
HexAEE2CD1709B9c2f4e
Octal256342315270111323457116
Binary10101110111000101100110110111010011011100111001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2CD; }

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

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

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

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

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

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

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

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