#ACDAC4

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

Shades of Jet Stream #ACDAC4

Tints of Jet Stream #ACDAC4

Color information

#ACDAC4 (or 0xACDAC4) is unknown color: approx Jet Stream. HEX triplet: AC, DA and C4. RGB value is (172,218,196). Sum of RGB (Red+Green+Blue) = 172+218+196=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC4 is #53253B. Grayscale: #C9C9C9. Windows color (decimal): -5449020 or 12901036. OLE color: 12901036.

HSL color Cylindrical-coordinate representation of color #ACDAC4: hue angle of 151.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAC4 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB172218196-
CMYK0.2100.100.15
HSL151.3º38.33%76.47%-
HSV(B)151.3º21.1%85.49%-
XYZ52.0562.961.62-
YUV201.74124.76106.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=29.35%
G=37.20%
B=33.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181960.2100.100.15151.338.3376.47
HexACDAC4150AF97264c
Octal254332304250121722746114
Binary10101100110110101100010010101010101111100101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAC4; }

 p { color: rgb(172,218,196); }

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

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

 a { background-color: rgb(172,218,196); }

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

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

 span { border-color: rgb(172,218,196); }

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