#ACDCC5

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

Shades of Jet Stream #ACDCC5

Tints of Jet Stream #ACDCC5

Color information

#ACDCC5 (or 0xACDCC5) is unknown color: approx Jet Stream. HEX triplet: AC, DC and C5. RGB value is (172,220,197). Sum of RGB (Red+Green+Blue) = 172+220+197=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC5 is #53233A. Grayscale: #CBCBCB. Windows color (decimal): -5448507 or 12967084. OLE color: 12967084.

HSL color Cylindrical-coordinate representation of color #ACDCC5: hue angle of 151.25º 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 #ACDCC5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB172220197-
CMYK0.2200.100.14
HSL151.25º40.68%76.86%-
HSV(B)151.25º21.82%86.27%-
XYZ52.6863.9962.4-
YUV203.03124.6105.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=29.20%
G=37.35%
B=33.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201970.2200.100.14151.2540.6876.86
HexACDCC5160AE97294d
Octal254334305260121622751115
Binary10101100110111001100010110110010101110100101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCC5; }

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

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

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

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

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

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

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

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