#ABE0CD

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

Shades of Cruise #ABE0CD

Tints of Cruise #ABE0CD

Color information

#ABE0CD (or 0xABE0CD) is unknown color: approx Cruise. HEX triplet: AB, E0 and CD. RGB value is (171,224,205). Sum of RGB (Red+Green+Blue) = 171+224+205=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0CD is #541F32. Grayscale: #CECECE. Windows color (decimal): -5513011 or 13492395. OLE color: 13492395.

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

Color convert

RGB171224205-
CMYK0.2400.080.12
HSL158.49º46.09%77.45%-
HSV(B)158.49º23.66%87.84%-
XYZ54.4766.3867.7-
YUV205.99127.44103.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=28.5%
G=37.33%
B=34.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712242050.2400.080.12158.4946.0977.45
HexABE0CD1808C9e2e4d
Octal253340315300101423656115
Binary10101011111000001100110111000010001100100111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0CD; }

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

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

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

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

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

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

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

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