#ACDFCB

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

Shades of Cruise #ACDFCB

Tints of Cruise #ACDFCB

Color information

#ACDFCB (or 0xACDFCB) is unknown color: approx Cruise. HEX triplet: AC, DF and CB. RGB value is (172,223,203). Sum of RGB (Red+Green+Blue) = 172+223+203=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCB is #532034. Grayscale: #CDCDCD. Windows color (decimal): -5447733 or 13361068. OLE color: 13361068.

HSL color Cylindrical-coordinate representation of color #ACDFCB: hue angle of 156.47º 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 #ACDFCB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB172223203-
CMYK0.2300.090.13
HSL156.47º44.35%77.45%-
HSV(B)156.47º22.87%87.45%-
XYZ54.1865.8666.36-
YUV205.47126.6104.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=28.76%
G=37.29%
B=33.95%

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
Decimal1722232030.2300.090.13156.4744.3577.45
HexACDFCB1709D9c2c4d
Octal254337313270111523454115
Binary10101100110111111100101110111010011101100111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFCB; }

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

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

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

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

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

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

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

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