#ACD5C6

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

Shades of Jet Stream #ACD5C6

Tints of Jet Stream #ACD5C6

Color information

#ACD5C6 (or 0xACD5C6) is unknown color: approx Jet Stream. HEX triplet: AC, D5 and C6. RGB value is (172,213,198). Sum of RGB (Red+Green+Blue) = 172+213+198=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C6 is #532A39. Grayscale: #C7C7C7. Windows color (decimal): -5450298 or 13030828. OLE color: 13030828.

HSL color Cylindrical-coordinate representation of color #ACD5C6: hue angle of 158.05º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5C6 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB172213198-
CMYK0.1900.070.16
HSL158.05º32.8%75.49%-
HSV(B)158.05º19.25%83.53%-
XYZ5160.4462.4-
YUV199.03127.42108.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=29.50%
G=36.54%
B=33.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131980.1900.070.16158.0532.875.49
HexACD5C61307109e214b
Octal25432530623072023641113
Binary10101100110101011100011010011011110000100111101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5C6; }

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

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

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

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

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

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

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

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