#ACD7C7

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

Shades of Jet Stream #ACD7C7

Tints of Jet Stream #ACD7C7

Color information

#ACD7C7 (or 0xACD7C7) is unknown color: approx Jet Stream. HEX triplet: AC, D7 and C7. RGB value is (172,215,199). Sum of RGB (Red+Green+Blue) = 172+215+199=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7C7 is #532838. Grayscale: #C8C8C8. Windows color (decimal): -5449785 or 13096876. OLE color: 13096876.

HSL color Cylindrical-coordinate representation of color #ACD7C7: hue angle of 157.67º 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 #ACD7C7 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB172215199-
CMYK0.200.070.16
HSL157.67º34.96%75.88%-
HSV(B)157.67º20%84.31%-
XYZ51.6261.563.18-
YUV200.32127.25107.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 199 (78.12% from 255) = 33.96%
R=29.35%
G=36.69%
B=33.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151990.200.070.16157.6734.9675.88
HexACD7C71407109e234c
Octal25432730724072023643114
Binary10101100110101111100011110100011110000100111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7C7; }

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

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

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

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

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

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

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

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