#ACD7C6

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

Shades of Jet Stream #ACD7C6

Tints of Jet Stream #ACD7C6

Color information

#ACD7C6 (or 0xACD7C6) is unknown color: approx Jet Stream. HEX triplet: AC, D7 and C6. RGB value is (172,215,198). Sum of RGB (Red+Green+Blue) = 172+215+198=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7C6 is #532839. Grayscale: #C8C8C8. Windows color (decimal): -5449786 or 13031340. OLE color: 13031340.

HSL color Cylindrical-coordinate representation of color #ACD7C6: hue angle of 156.28º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7C6 is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB172215198-
CMYK0.200.080.16
HSL156.28º34.96%75.88%-
HSV(B)156.28º20%84.31%-
XYZ51.5161.4562.57-
YUV200.2126.75107.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=29.40%
G=36.75%
B=33.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151980.200.080.16156.2834.9675.88
HexACD7C61408109c234c
Octal254327306240102023443114
Binary101011001101011111000110101000100010000100111001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7C6; }

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

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

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

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

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

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

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

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