#ACDFCC

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

Shades of Cruise #ACDFCC

Tints of Cruise #ACDFCC

Color information

#ACDFCC (or 0xACDFCC) is unknown color: approx Cruise. HEX triplet: AC, DF and CC. RGB value is (172,223,204). Sum of RGB (Red+Green+Blue) = 172+223+204=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCC is #532033. Grayscale: #CDCDCD. Windows color (decimal): -5447732 or 13426604. OLE color: 13426604.

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

Color convert

RGB172223204-
CMYK0.2300.090.13
HSL157.65º44.35%77.45%-
HSV(B)157.65º22.87%87.45%-
XYZ54.365.9166.99-
YUV205.58127.1104.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=28.71%
G=37.23%
B=34.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722232040.2300.090.13157.6544.3577.45
HexACDFCC1709D9e2c4d
Octal254337314270111523654115
Binary10101100110111111100110010111010011101100111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFCC; }

 p { color: rgb(172,223,204); }

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

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

 a { background-color: rgb(172,223,204); }

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

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

 span { border-color: rgb(172,223,204); }

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