#ACDCC4

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

Shades of Jet Stream #ACDCC4

Tints of Jet Stream #ACDCC4

Color information

#ACDCC4 (or 0xACDCC4) is unknown color: approx Jet Stream. HEX triplet: AC, DC and C4. RGB value is (172,220,196). Sum of RGB (Red+Green+Blue) = 172+220+196=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC4 is #53233B. Grayscale: #CACACA. Windows color (decimal): -5448508 or 12901548. OLE color: 12901548.

HSL color Cylindrical-coordinate representation of color #ACDCC4: hue angle of 150º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCC4 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB172220196-
CMYK0.2200.110.14
HSL150º40.68%76.86%-
HSV(B)150º21.82%86.27%-
XYZ52.5763.9461.8-
YUV202.91124.1105.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=29.25%
G=37.41%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201960.2200.110.1415040.6876.86
HexACDCC4160BE96294d
Octal254334304260131622651115
Binary10101100110111001100010010110010111110100101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCC4; }

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

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

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

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

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

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

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

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