#ACD5C7

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

Shades of Jet Stream #ACD5C7

Tints of Jet Stream #ACD5C7

Color information

#ACD5C7 (or 0xACD5C7) is unknown color: approx Jet Stream. HEX triplet: AC, D5 and C7. RGB value is (172,213,199). Sum of RGB (Red+Green+Blue) = 172+213+199=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C7 is #532A38. Grayscale: #C7C7C7. Windows color (decimal): -5450297 or 13096364. OLE color: 13096364.

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

Color convert

RGB172213199-
CMYK0.1900.070.16
HSL159.51º32.8%75.49%-
HSV(B)159.51º19.25%83.53%-
XYZ51.1260.4863.01-
YUV199.14127.92108.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=29.45%
G=36.47%
B=34.08%

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
Decimal1722131990.1900.070.16159.5132.875.49
HexACD5C7130710a0214b
Octal25432530723072024041113
Binary10101100110101011100011110011011110000101000001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5C7; }

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

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

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

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

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

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

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

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