#ABE2CD

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

Shades of Cruise #ABE2CD

Tints of Cruise #ABE2CD

Color information

#ABE2CD (or 0xABE2CD) is unknown color: approx Cruise. HEX triplet: AB, E2 and CD. RGB value is (171,226,205). Sum of RGB (Red+Green+Blue) = 171+226+205=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2CD is #541D32. Grayscale: #CFCFCF. Windows color (decimal): -5512499 or 13492907. OLE color: 13492907.

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

Color convert

RGB171226205-
CMYK0.2400.090.11
HSL157.09º48.67%77.84%-
HSV(B)157.09º24.34%88.63%-
XYZ55.0167.4667.88-
YUV207.16126.78102.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=28.41%
G=37.54%
B=34.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712262050.2400.090.11157.0948.6777.84
HexABE2CD1809B9d314e
Octal253342315300111323561116
Binary10101011111000101100110111000010011011100111011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2CD; }

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

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

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

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

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

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

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

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