#ACD0C6

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

Shades of Jet Stream #ACD0C6

Tints of Jet Stream #ACD0C6

Color information

#ACD0C6 (or 0xACD0C6) is unknown color: approx Jet Stream. HEX triplet: AC, D0 and C6. RGB value is (172,208,198). Sum of RGB (Red+Green+Blue) = 172+208+198=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C6 is #532F39. Grayscale: #C4C4C4. Windows color (decimal): -5451578 or 13029548. OLE color: 13029548.

HSL color Cylindrical-coordinate representation of color #ACD0C6: hue angle of 163.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0C6 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB172208198-
CMYK0.1700.050.18
HSL163.33º27.69%74.51%-
HSV(B)163.33º17.31%81.57%-
XYZ49.7657.9661.99-
YUV196.1129.07110.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 208 (81.64% from 255) = 35.99%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=29.76%
G=35.99%
B=34.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081980.1700.050.18163.3327.6974.51
HexACD0C6110512a31c4b
Octal25432030621052224334113
Binary1010110011010000110001101000101011001010100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0C6; }

 p { color: rgb(172,208,198); }

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

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

 a { background-color: rgb(172,208,198); }

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

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

 span { border-color: rgb(172,208,198); }

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