#ACDDCA

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

Shades of Cruise #ACDDCA

Tints of Cruise #ACDDCA

Color information

#ACDDCA (or 0xACDDCA) is unknown color: approx Cruise. HEX triplet: AC, DD and CA. RGB value is (172,221,202). Sum of RGB (Red+Green+Blue) = 172+221+202=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCA is #532235. Grayscale: #CCCCCC. Windows color (decimal): -5448246 or 13295020. OLE color: 13295020.

HSL color Cylindrical-coordinate representation of color #ACDDCA: hue angle of 156.73º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDCA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB172221202-
CMYK0.2200.090.13
HSL156.73º41.88%77.06%-
HSV(B)156.73º22.17%86.67%-
XYZ53.5364.7565.55-
YUV204.18126.77105.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=28.91%
G=37.14%
B=33.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212020.2200.090.13156.7341.8877.06
HexACDDCA1609D9d2a4d
Octal254335312260111523552115
Binary10101100110111011100101010110010011101100111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDCA; }

 p { color: rgb(172,221,202); }

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

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

 a { background-color: rgb(172,221,202); }

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

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

 span { border-color: rgb(172,221,202); }

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