#ACD3C5

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

Shades of Jet Stream #ACD3C5

Tints of Jet Stream #ACD3C5

Color information

#ACD3C5 (or 0xACD3C5) is unknown color: approx Jet Stream. HEX triplet: AC, D3 and C5. RGB value is (172,211,197). Sum of RGB (Red+Green+Blue) = 172+211+197=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3C5 is #532C3A. Grayscale: #C5C5C5. Windows color (decimal): -5450811 or 12964780. OLE color: 12964780.

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

Color convert

RGB172211197-
CMYK0.1800.070.17
HSL158.46º30.71%75.1%-
HSV(B)158.46º18.48%82.75%-
XYZ50.3959.3961.63-
YUV197.74127.58109.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 211 (82.81% from 255) = 36.38%
BLUE value IS 197 (77.34% from 255) = 33.97%
R=29.66%
G=36.38%
B=33.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111970.1800.070.17158.4630.7175.1
HexACD3C51207119e1f4b
Octal25432330522072123637113
Binary1010110011010011110001011001001111000110011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3C5; }

 p { color: rgb(172,211,197); }

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

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

 a { background-color: rgb(172,211,197); }

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

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

 span { border-color: rgb(172,211,197); }

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