#AEE0CD

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

Shades of Cruise #AEE0CD

Tints of Cruise #AEE0CD

Color information

#AEE0CD (or 0xAEE0CD) is unknown color: approx Cruise. HEX triplet: AE, E0 and CD. RGB value is (174,224,205). Sum of RGB (Red+Green+Blue) = 174+224+205=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0CD is #511F32. Grayscale: #CECECE. Windows color (decimal): -5316403 or 13492398. OLE color: 13492398.

HSL color Cylindrical-coordinate representation of color #AEE0CD: hue angle of 157.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0CD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB174224205-
CMYK0.2200.080.12
HSL157.2º44.64%78.04%-
HSV(B)157.2º22.32%87.84%-
XYZ55.1366.7267.73-
YUV206.88126.94104.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=28.86%
G=37.15%
B=34.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742242050.2200.080.12157.244.6478.04
HexAEE0CD1608C9d2d4e
Octal256340315260101423555116
Binary10101110111000001100110110110010001100100111011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0CD; }

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

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

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

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

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

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

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

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